Skip to content

Commit 985bc2a

Browse files
committed
Remove requirement for 64 bits with Visual Studio
1 parent 166f0de commit 985bc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The documentation will be finished once the functionality and interfaces are fin
7373
Until then, here are a few short indications on how to use this library:
7474

7575
* Requires Clang 3.5+ or GCC 4.8+ with `-std=c++11` (or other compilers with sufficient C++11 support), or:
76-
* Visual Studio 2017 with `/std:c++latest` (and currently 64 bits are required).
76+
* Visual Studio 2017 with `/std:c++latest`.
7777
* 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).
7878
* The generic JSON value class is in [`include/tao/json/value.hpp`](include/tao/json/value.hpp).
7979
* 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).

0 commit comments

Comments
 (0)