Skip to content

Commit

Permalink
[skip ci] Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Dec 28, 2023
1 parent 5b1d95f commit 5e8d492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nonstd/string_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ using std::operator<<;
# define nssv_HAS_CPP0X 0
#endif

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

#if nssv_COMPILER_MSVC_VER >= 1900
# undef nssv_CPP11_OR_GREATER
Expand Down

0 comments on commit 5e8d492

Please sign in to comment.