1. 30 Aug, 2014 5 commits
  2. 26 Aug, 2014 1 commit
    • Philipp A. Hartmann's avatar
      GenericValue: add non-template overload for operator!= · a9add7bd
      Philipp A. Hartmann authored
      As reported in #113, recent versions of Clang complain about
      ambiguous overloads for some comparison operator instantiations,
      especially if the deduced template type is a GenericValue.
      
      Add an explicit, non-templated version for now (which is a better
      match).
      
      This only solves part of the problem, as comparisons between
        * GenericValue & GenericDocument
        * GenericValue with different SourceAllocator types
      will still cause ambiguities.
      a9add7bd
  3. 23 Aug, 2014 2 commits
  4. 21 Aug, 2014 5 commits
  5. 20 Aug, 2014 8 commits
  6. 19 Aug, 2014 2 commits
  7. 18 Aug, 2014 1 commit
  8. 17 Aug, 2014 6 commits
  9. 13 Aug, 2014 2 commits
  10. 12 Aug, 2014 3 commits
  11. 11 Aug, 2014 5 commits