-
Philipp A. Hartmann authored
While MSVC doesn't like the explicit `.template operator=<...>` syntax (see 4f40ed64), Clang 3.5 complains about the absence of it: In file included from ../../test/perftest/rapidjsontest.cpp:6: ../../include/rapidjson/document.h:504:18: error: use 'template' keyword to treat 'operator =' as a dependent template name return (*this).operator=<StringRefType>(str); ^ template Delegate both operator=(StringRefType) and operator=(T) to operator(GenericValue&).
41d211cd
Name |
Last commit
|
Last update |
---|---|---|
bin | ||
build | ||
doc | ||
example | ||
include/rapidjson | ||
test | ||
thirdparty | ||
.gitignore | ||
.travis.yml | ||
license.txt | ||
readme.md |