File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6708,15 +6708,15 @@ int testAdoptShared() {
6708
6708
6709
6709
} // namespace ReturnScopedLockable
6710
6710
6711
- #endif
6711
+ #endif // __cpp_guaranteed_copy_elision
6712
6712
6713
6713
namespace PR38640 {
6714
6714
void f () {
6715
6715
// Self-referencing assignment previously caused an infinite loop when thread
6716
6716
// safety analysis was enabled.
6717
6717
int &i = i; // expected-warning {{reference 'i' is not yet bound to a value when used within its own initialization}}
6718
6718
}
6719
- }
6719
+ } // namespace PR38640
6720
6720
6721
6721
namespace Derived_Smart_Pointer {
6722
6722
template <class T >
@@ -6811,4 +6811,4 @@ class PointerGuard {
6811
6811
mu1.Unlock ();
6812
6812
}
6813
6813
};
6814
- }
6814
+ } // namespace Derived_Smart_Pointer
You can’t perform that action at this time.
0 commit comments