Changeset 95972 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 1, 2022 8:05:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r95117 r95972 65 65 // 66 66 //////////////////////////////////////////////////////////////////////////////// 67 #if __cplusplus < 201700 && RT_GNUC_PREREQ(11,0) /* gcc/libstdc++ 12.1.1 errors out here because unary_function is deprecated */ 68 # pragma GCC diagnostic push 69 # pragma GCC diagnostic ignored "-Wdeprecated-declarations" 70 #endif 67 71 68 72 struct SnapshotRef … … 149 153 150 154 typedef std::list<BackRef> BackRefList; 155 156 #if __cplusplus < 201700 && RT_GNUC_PREREQ(11,0) 157 # pragma GCC diagnostic pop 158 #endif 159 151 160 152 161 struct Medium::Data
Note:
See TracChangeset
for help on using the changeset viewer.