[NFC][libcxx] Fix incorrect comments

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Louis Dionne
2018-11-19 22:06:42 +00:00
parent f9b79dcfc3
commit 98dc85caf6

View File

@@ -314,7 +314,7 @@ constexpr bool operator!=(Tp const& L, Tp const& R) noexcept {
return L.value != R.value; return L.value != R.value;
} }
} // end namespace ValueTypes } // end namespace ConstexprTestTypes
//============================================================================// //============================================================================//
@@ -337,7 +337,7 @@ constexpr bool operator!=(Tp const& L, Tp const& R) noexcept {
return L.value != R.value; return L.value != R.value;
} }
} // end namespace ValueTypes } // end namespace ExplicitConstexprTestTypes
//============================================================================// //============================================================================//
@@ -359,7 +359,7 @@ constexpr bool operator!=(Tp const& L, Tp const& R) noexcept {
return L.value != R.value; return L.value != R.value;
} }
} // end namespace TrivialValueTypes } // end namespace TrivialTestTypes
//============================================================================// //============================================================================//
// //