Changeset 108627 in vbox
- Timestamp:
- Mar 20, 2025 10:42:47 AM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168039
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/BusAssignmentManager.cpp
r107491 r108627 44 44 #include <map> 45 45 #include <vector> 46 47 #if RT_CLANG_PREREQ(3, 4) /* complains about deprecated get_temporary_buffer() during instantiation of stable_sort(). */ 48 # pragma clang diagnostic push 49 # pragma clang diagnostic ignored "-Wdeprecated-declarations" 50 #endif 46 51 #include <algorithm> 52 #if RT_CLANG_PREREQ(3, 4) 53 # pragma clang diagnostic pop 54 #endif 47 55 48 56
Note:
See TracChangeset
for help on using the changeset viewer.