Home
last modified time | relevance | path

Searched refs:ExplicitlyCopyable (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.copyconstructible/
H A Dcopy_constructible.compile.pass.cpp169 struct ExplicitlyCopyable { struct
170 ExplicitlyCopyable(ExplicitlyCopyable&&) = default;
171 explicit ExplicitlyCopyable(const ExplicitlyCopyable&);
173 static_assert(!std::copy_constructible<ExplicitlyCopyable>);