Skip to content

Commit 5e8d492

Browse files
committed
[skip ci] Correct comment
1 parent 5b1d95f commit 5e8d492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nonstd/string_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ using std::operator<<;
267267
# define nssv_HAS_CPP0X 0
268268
#endif
269269

270-
// Unless defined otherwise below, consider VC14 as C++11 for variant-lite:
270+
// Unless defined otherwise below, consider VC14 as C++11 for string-view-lite:
271271

272272
#if nssv_COMPILER_MSVC_VER >= 1900
273273
# undef nssv_CPP11_OR_GREATER

0 commit comments

Comments
 (0)