Skip to content
Snippets Groups Projects
  1. Jun 29, 2021
  2. Mar 25, 2021
  3. Nov 04, 2020
  4. Sep 09, 2020
  5. Jan 10, 2020
  6. Jan 08, 2020
  7. Jan 07, 2020
  8. Sep 30, 2019
  9. Feb 20, 2019
  10. Nov 30, 2018
  11. Oct 21, 2018
  12. Jan 15, 2018
  13. Dec 05, 2016
  14. Jul 28, 2016
  15. Mar 16, 2016
  16. Feb 08, 2016
    • graven's avatar
      C++11 modernization · 7742192e
      graven authored
        o add 'final' qualifier to internal classes
        o prefer direct member initialization
        o remove trivial destructors (which otherwise inhibit implicit generation
        of move constructor and move assignment)
        o prefer emplace_back over push_back
        o prefer cstdint over sys/types.h
      
      
      git-svn-id: svn+ssh://svn.cern.ch/reps/lhcb/LHCb/trunk@201092 4525493e-7705-40b1-a816-d608a930855b
      7742192e
  17. Apr 22, 2015
  18. Mar 03, 2015
Loading