Undated type_traits generator

This commit is contained in:
John Wellbelove 2025-07-10 15:19:56 +01:00
parent 3dce945223
commit 94e18bee81
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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
{