Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.copyconstructible/
H A Dcopy_constructible.compile.pass.cpp118 struct CopyCtorHasMutableRef { struct
119 CopyCtorHasMutableRef(CopyCtorHasMutableRef&&) noexcept = default;
120 CopyCtorHasMutableRef(CopyCtorHasMutableRef&) = default;
122 static_assert(!std::copy_constructible<CopyCtorHasMutableRef>);