1. 21 Jun, 2015 13 commits
  2. 20 Jun, 2015 12 commits
  3. 19 Jun, 2015 1 commit
  4. 15 Jun, 2015 3 commits
  5. 14 Jun, 2015 2 commits
  6. 13 Jun, 2015 4 commits
  7. 12 Jun, 2015 1 commit
  8. 11 Jun, 2015 3 commits
  9. 09 Jun, 2015 1 commit
    • Alexandre Hamez's avatar
      Remove useless typename · 41e9e000
      Alexandre Hamez authored
      Avoid a warning with GCC 4.9:
      
      son.hpp:2361:49: warning: declaration 'struct std::bidirectional_iterator_tag' does not declare anything
               using iterator_category = typename std::bidirectional_iterator_tag;
                                                       ^
      41e9e000