Skip to content

Commit 7ee88a5

Browse files
committed
Remove erroneous inclusion of std::u32string_view with string_CONFIG_PROVIDE_CHAR_T
1 parent 4b07b60 commit 7ee88a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/nonstd/string.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,6 @@ using std::basic_string_view;
300300
# if string_CONFIG_PROVIDE_CHAR32_T
301301
using std::u32string_view;
302302
# endif
303-
# if string_CONFIG_PROVIDE_CHAR_T
304-
using std::u32string_view;
305-
# endif
306303

307304
#else // string_HAVE_STRING_VIEW
308305

0 commit comments

Comments
 (0)