mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Merge branch 'hotfix/replace-std-size_t-with-size_t' into development
This commit is contained in:
commit
acf0f06398
@ -426,13 +426,13 @@ namespace etl
|
||||
#endif
|
||||
|
||||
//*************************
|
||||
template <std::size_t I> struct in_place_index_t
|
||||
template <size_t I> struct in_place_index_t
|
||||
{
|
||||
explicit ETL_CONSTEXPR in_place_index_t() {}
|
||||
};
|
||||
|
||||
#if ETL_CPP17_SUPPORTED
|
||||
template <std::size_t I>
|
||||
template <size_t I>
|
||||
inline constexpr in_place_index_t<I> in_place_index;
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user