comparison gcc/testsuite/g++.dg/warn/ctor-dtor-privacy-4.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 #pragma GCC system_header
2
3 namespace std {
4 struct __nonesuch {
5 __nonesuch(__nonesuch const &);
6 };
7 } // namespace std