1. 11 Jul, 2014 1 commit
    • Philipp A. Hartmann's avatar
      GenericValue::operator= : fixup assignment operator · 41d211cd
      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
  2. 10 Jul, 2014 9 commits
  3. 09 Jul, 2014 14 commits
  4. 08 Jul, 2014 16 commits