You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ or option `-std=c++2a` for clang and gcc (v. 9 and earlier);
27
27
If you want to run the unitary tests, well, use the last version of Visual Studio (i.e. VS 2022, by July 2025). The Community free version will truly be fine.
28
28
The vcproject associated with the unit tests in**cpp-strings** is already configured to use the option flag`/std:c++latest` since the implemented code uses a very few but very useful c++23 goodies.