mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
Merge pull request #562 from BerndAmend/develop
Update readme.txt and fix json namespace clash with nlohmann/json Fixes #486, #506
This commit is contained in:
commit
855c3ced88
@ -19,7 +19,7 @@
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
namespace json {
|
||||
namespace chaiscript::json {
|
||||
using std::enable_if;
|
||||
using std::initializer_list;
|
||||
using std::is_convertible;
|
||||
@ -593,6 +593,6 @@ namespace json {
|
||||
return JSONParser::parse_next(str, offset);
|
||||
}
|
||||
|
||||
} // End Namespace json
|
||||
} // namespace chaiscript::json
|
||||
|
||||
#endif
|
||||
|
||||
11
readme.md
11
readme.md
@ -7,11 +7,6 @@ Master Status: [](https://travis-ci.org/ChaiScript/ChaiScript) [](https://ci.appveyor.com/project/lefticus/chaiscript/branch/develop) [](http://codecov.io/github/ChaiScript/ChaiScript?branch=develop)
|
||||
|
||||
<a href="https://scan.coverity.com/projects/5297">
|
||||
<img alt="Coverity Scan Build Status"
|
||||
src="https://img.shields.io/coverity/scan/5297.svg"/>
|
||||
</a>
|
||||
|
||||
ChaiScript
|
||||
|
||||
http://www.chaiscript.com
|
||||
@ -43,10 +38,8 @@ languages:
|
||||
Requirements
|
||||
============
|
||||
|
||||
ChaiScript requires a C++14 compiler to build with support for variadic
|
||||
templates. It has been tested with gcc 4.9 and clang 3.6 (with libcxx).
|
||||
For more information see the build
|
||||
[dashboard](http://chaiscript.com/ChaiScript-BuildResults/index.html).
|
||||
ChaiScript requires a C++17 compiler to build with support for variadic
|
||||
templates. It has been tested with gcc 7 and clang 6 (with libcxx).
|
||||
|
||||
Installation using vcpkg
|
||||
========================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user