diff options
Diffstat (limited to 'libcxx/test/support/propagate_const_helpers.h')
-rw-r--r-- | libcxx/test/support/propagate_const_helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/test/support/propagate_const_helpers.h b/libcxx/test/support/propagate_const_helpers.h index 581565a3427..a9df1b99ed2 100644 --- a/libcxx/test/support/propagate_const_helpers.h +++ b/libcxx/test/support/propagate_const_helpers.h @@ -116,4 +116,3 @@ struct ExplicitCopyConstructibleFromX constexpr ExplicitCopyConstructibleFromX(int i) : i_(i) {} constexpr explicit ExplicitCopyConstructibleFromX(const X& x) : i_(x.i_) {} }; - |