mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
Undated type_traits generator
This commit is contained in:
parent
3dce945223
commit
94e18bee81
@ -2419,7 +2419,7 @@ typedef integral_constant<bool, true> true_type;
|
||||
};
|
||||
#else
|
||||
/// Primary template for etl::underlying_type
|
||||
/// Users must spelialise this template for their enumerations.
|
||||
/// Users must specialise this template for their enumerations.
|
||||
template <typename T>
|
||||
struct underlying_type
|
||||
{
|
||||
|
||||
@ -2412,7 +2412,7 @@ typedef integral_constant<bool, true> true_type;
|
||||
};
|
||||
#else
|
||||
/// Primary template for etl::underlying_type
|
||||
/// Users must specialise this template for their enumerations.
|
||||
/// Users must specialise this template for their enumerations.
|
||||
template <typename T>
|
||||
struct underlying_type
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user