diff options
Diffstat (limited to 'std_call_once_bug/README.md')
-rw-r--r-- | std_call_once_bug/README.md | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/std_call_once_bug/README.md b/std_call_once_bug/README.md deleted file mode 100644 index 176dda0..0000000 --- a/std_call_once_bug/README.md +++ /dev/null @@ -1,26 +0,0 @@ -std::call_once bug in Visual C++ 2012/2013 -========================================== - -Code samples from the post "std::call_once bug in Visual C++ 2012/2013". - -Building --------- - -Create the build files using CMake and build using your native build tools -(Visual Studio/make/etc.). - -In the example below, the project directory is "C:\workspace\personal\blog" -and Visual Studio 2013 is used, targeting x86. - - > cmake -G "Visual Studio 12 2013" C:\workspace\personal\blog\std_call_once_bug - ... - - > cmake --build . --config release - ... - -See also --------- - -* [License] - -[License]: ../README.md#license |