mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-01 08:56:29 -04:00
do not deprecate gsl::to_integer because we never claim to implement it.
This commit is contained in:
parent
883648c945
commit
93e508e206
@ -84,8 +84,7 @@ namespace gsl
|
||||
|
||||
using byte GSL_DEPRECATED("Use std::byte instead.") = std::byte;
|
||||
|
||||
template <typename T>
|
||||
using to_integer GSL_DEPRECATED("Use std::to_integer instead.") = std::to_integer<T>;
|
||||
using std::to_integer;
|
||||
|
||||
#else // GSL_USE_STD_BYTE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user