1. 03 Sep, 2014 1 commit
  2. 02 Sep, 2014 2 commits
  3. 01 Sep, 2014 12 commits
  4. 31 Aug, 2014 9 commits
  5. 30 Aug, 2014 7 commits
  6. 28 Aug, 2014 6 commits
  7. 27 Aug, 2014 2 commits
  8. 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