We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f9469 commit 65993feCopy full SHA for 65993fe
libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/common.h
@@ -39,13 +39,14 @@ struct A {
39
A& operator=(const A&);
40
};
41
42
-class Abstract
43
-{
44
- virtual ~Abstract() = 0;
+class Abstract {
+ virtual ~Abstract() = 0;
45
46
47
// Types for reference_{constructs/converts}_from_temporary
48
+#if TEST_STD_VER >= 23
49
+
50
struct NonPOD {
51
NonPOD(int);
52
@@ -83,4 +84,6 @@ class ExplicitConversionRef {
83
84
explicit operator int&();
85
86
87
+#endif
88
89
#endif // TEST_META_UNARY_COMP_COMMON_H
0 commit comments