Skip to content

#801 Int2Type vs. integral_constant

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Jun 11, 2010 10:07
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Jö Fahlke (jorrit@jorrit.de)
Last edited at Nov 30, 2010 15:22
Closed by Jö Fahlke (jorrit@jorrit.de)
Closed at Nov 30, 2010 15:22
Closed in version Unknown
Resolution Implemented
Comment

Description

We have now two ways to associate types to integers: Int2Type in misc and integral_constant in typetraits.hh. Can we maybe settle for one and get rid of the other?

I vote for getting rid of Int2Type because integral_constant is more flexible and part of the c++0x standard.