Skip to content
Snippets Groups Projects
  1. Dec 01, 2010
  2. Nov 30, 2010
  3. Nov 29, 2010
  4. Nov 28, 2010
    • Jorrit Fahlke's avatar
      [indexsettest.cc] Clean up includes. · 57800f7c
      Jorrit Fahlke authored
      This makes the test compile again.
      
      [[Imported from SVN: r6276]]
      57800f7c
    • Jorrit Fahlke's avatar
      Editor hints. · afb61f52
      Jorrit Fahlke authored
      [[Imported from SVN: r6275]]
      afb61f52
    • Jorrit Fahlke's avatar
      [Int2Type] Deprecate in favour of integral_constant. · cfdd54ea
      Jorrit Fahlke authored
      Also change the member enumerator value into a member constant "static const
      int value", since deprecation of the class does not work in many cases, and
      any attempt to deprecate an enumerator will make the compiler barf.
      
      In addition, deprecate the default constructor.  That should catch most cases
      on recent compilers.
      
      Derive from integral_constant<int,...> so classes using this to implement a
      replacement for the forbidden partial specializations of functions don't have
      to provide compatibility declarations during the migration.
      
      [[Imported from SVN: r6274]]
      cfdd54ea
  5. Nov 27, 2010
  6. Nov 26, 2010
  7. Nov 25, 2010
  8. Nov 24, 2010
  9. Nov 20, 2010
  10. Nov 19, 2010
  11. Nov 17, 2010
  12. Nov 14, 2010
Loading