1. 10 Jul, 2018 1 commit
    • Christopher Warrington's avatar
      Guard against min/max being macros in reader.h · 960b9cfd
      Christopher Warrington authored
      Sometimes, particularly when Microsoft's windows.h is included, min/max
      are defined as macros, interfering with use of
      std::numeric_limits::min() and the like.
      
      To guard against this, the function name is wrapped in an extra set of
      parenthesis, which inhibits function-style macro expansion.
      
      This is a similar commit to 6e38649e, but fixes uses of
      std::numeric_limits added after that commit, like those introduced in
      2ea43433.
      960b9cfd
  2. 03 Jul, 2018 3 commits
  3. 02 Jul, 2018 1 commit
  4. 19 Jun, 2018 1 commit
  5. 18 Jun, 2018 1 commit
  6. 17 Jun, 2018 1 commit
  7. 16 Jun, 2018 7 commits
  8. 15 Jun, 2018 18 commits
  9. 14 Jun, 2018 1 commit
  10. 13 Jun, 2018 1 commit
  11. 02 Jun, 2018 1 commit
  12. 01 Jun, 2018 2 commits
  13. 20 May, 2018 1 commit
  14. 16 May, 2018 1 commit