[libcxx][test][NFC] Fix comment typos.
(Testing git commit access.)
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
// <string>
|
||||
|
||||
// template<class charT, class traits, class Allocator>
|
||||
// constexpr bool operator<(const charT* lhs, basic_string_wiew<charT,traits> rhs);
|
||||
// constexpr bool operator<(const charT* lhs, basic_string_view<charT,traits> rhs);
|
||||
// template<class charT, class traits, class Allocator>
|
||||
// constexpr bool operator<(basic_string_wiew<charT,traits> lhs, const charT* rhs);
|
||||
// constexpr bool operator<(basic_string_view<charT,traits> lhs, const charT* rhs);
|
||||
|
||||
#include <string_view>
|
||||
#include <cassert>
|
||||
|
||||
Reference in New Issue
Block a user