Changeset 99741 in vbox for trunk/src/libs
- Timestamp:
- May 11, 2023 9:19:55 AM (19 months ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom/string/public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/string/public/nsTDependentSubstring.h
r91528 r99741 80 80 81 81 // auto-generated copy-constructor OK (XXX really?? what about base class copy-ctor?) 82 82 #if RT_CLANG_PREREQ(13, 0) /* To shut up Clang 13 (-Wdeprecated-copy). */ 83 nsTDependentSubstring_CharT(nsTDependentSubstring_CharT const&) = default; 84 #endif 83 85 private: 84 86 // we're immutable, you can't assign into a substring -
trunk/src/libs/xpcom18a4/xpcom/string/public/nsTPromiseFlatString.h
r91528 r99741 133 133 Assign(tuple); 134 134 } 135 136 #if RT_CLANG_PREREQ(13, 0) /* To shut up Clang 13 (-Wdeprecated-copy). */ 137 nsTPromiseFlatString_CharT(nsTPromiseFlatString_CharT const&) = default; 138 #endif 135 139 }; 136 140
Note:
See TracChangeset
for help on using the changeset viewer.