typeindices.hpp: fix constexpr constructor
Serious bug...
This commit is contained in:
@@ -20,7 +20,10 @@ namespace stx
|
|||||||
friend type_counter<Info>;
|
friend type_counter<Info>;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
constexpr type_info() noexcept = default;
|
constexpr type_info() noexcept
|
||||||
|
: Info()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
unsigned index() const
|
unsigned index() const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user