Changeset 63712 in vbox for trunk/src/VBox/Frontends/VBoxBugReport
- Timestamp:
- Sep 5, 2016 12:13:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp
r63706 r63712 127 127 }; 128 128 ~VBRDir() 129 #if defined(__GNUC__) 130 # if __cplusplus >= 201103L 131 noexcept(false) 132 # endif 133 #endif 129 134 { 130 135 int rc = RTDirClose(m_pDir);
Note:
See TracChangeset
for help on using the changeset viewer.