Skip to content

Commit

Permalink
Visual Studio 2017 is fully supported now
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Dec 22, 2017
1 parent d7dcc53 commit 12b1802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ The documentation will be finished once the functionality and interfaces are fin

Until then, here are a few short indications on how to use this library:

* Requires Clang 3.5+ or GCC 4.8+ with `-std=c++11` (or other compilers with sufficient C++11 support), or:
* Visual Studio 2017 with `/std:c++latest`.
* Requires Clang 3.5+ or GCC 4.8+ with `-std=c++11`, or Visual Studio 2017, or other compilers with sufficient C++11 support.
* The library is header-only, to install and use simply copy the directory [`include/tao`](include/tao) to a convenient place and include the file [`include/tao/json.hpp`](include/tao/json.hpp).
* The generic JSON value class is in [`include/tao/json/value.hpp`](include/tao/json/value.hpp).
* To parse a JSON string representation to a JSON Value, use one of the functions in [`include/tao/json/from_string.hpp`](include/tao/json/from_string.hpp) or [`include/tao/json/parse_file.hpp`](include/tao/json/parse_file.hpp).
Expand Down

0 comments on commit 12b1802

Please sign in to comment.