[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:
@@ -314,7 +314,7 @@ constexpr bool operator!=(Tp const& L, Tp const& R) noexcept {
|
||||
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;
|
||||
}
|
||||
|
||||
} // 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;
|
||||
}
|
||||
|
||||
} // end namespace TrivialValueTypes
|
||||
} // end namespace TrivialTestTypes
|
||||
|
||||
//============================================================================//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user