An error occurred fetching the project authors.
  1. 04 Jan, 2013 1 commit
  2. 03 Jan, 2013 1 commit
  3. 02 Jan, 2013 1 commit
  4. 16 Dec, 2012 1 commit
  5. 09 Dec, 2012 1 commit
  6. 04 Dec, 2012 1 commit
  7. 09 Nov, 2012 2 commits
    • Olivier Parcollet's avatar
      Fix destructor name ... · cc6a2207
      Olivier Parcollet authored
      There appears to be a pb in 9df8c9da.
      
      For a template class, A::B::C<T1,T2>
      the destructor name was C<T1,T2>
      leading to code like
      A::B::C<T1,T2>::~C<T1,T2>()
      
      which does not compile on gcc (4.6, 4.7), also it seems to be correct code ...
      clang and intel C++ compile it, but not gcc.
      
      I changed the name to generate the code :
      
      A::B::C<T1,T2>::~C()
      
      which compiles on gcc, clang, intel
      
      by further cutting the <...> in the destructor name.
      cc6a2207
    • Olivier Parcollet's avatar
      Fix destructor name ... · cbc9eb15
      Olivier Parcollet authored
      There appears to be a pb in 9df8c9da.
      
      For a template class, A::B::C<T1,T2>
      the destructor name was C<T1,T2>
      leading to code like
      A::B::C<T1,T2>::~C<T1,T2>()
      
      which does not compile on gcc (4.6, 4.7), also it seems to be correct code ...
      clang and intel C++ compile it, but not gcc.
      
      I changed the name to generate the code :
      
      A::B::C<T1,T2>::~C()
      
      which compiles on gcc, clang, intel
      
      by further cutting the <...> in the destructor name.
      cbc9eb15
  8. 08 Nov, 2012 1 commit
  9. 05 Nov, 2012 2 commits
  10. 03 Nov, 2012 4 commits
  11. 30 Oct, 2012 1 commit
  12. 04 Dec, 2012 1 commit
  13. 26 Aug, 2012 1 commit
  14. 25 Aug, 2012 6 commits
  15. 21 Aug, 2012 4 commits
  16. 15 Aug, 2012 6 commits
  17. 12 Aug, 2012 2 commits
  18. 11 Aug, 2012 1 commit
  19. 07 Aug, 2012 2 commits
  20. 06 Aug, 2012 1 commit