We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08294b commit 1509104Copy full SHA for 1509104
README.md
@@ -19,7 +19,7 @@
19
Example usage
20
-------------
21
22
-```C++
+```Cpp
23
#include "nonstd/string_view.hpp"
24
#include <iostream>
25
@@ -229,7 +229,7 @@ Here we use c:\string-view-lite\build-win-x86-vc10.
229
230
2. Configure CMake to use the compiler of your choice (run `cmake --help` for a list).
231
232
- cmake -G "Visual Studio 10 2010" -DSTRINGVIEW_LITE_OPT_BUILD_TESTS=ON ..
+ cmake -G "Visual Studio 10 2010" -DSTRING_VIEW_LITE_OPT_BUILD_TESTS=ON ..
233
234
3. Build the test suite in the Debug configuration (alternatively use Release).
235
0 commit comments