提交 b1e83d7a 编写于 作者: 独孤过's avatar 独孤过

update v2.2.1

上级 c6e810ab
......@@ -26,13 +26,13 @@
ETERFREE_SPACE_BEGIN
//template <typename _Type, const decltype(sizeof(0)) _SIZE>
//template <typename _Type, const decltype(sizeof 0) _SIZE>
//constexpr auto size(_Type(&_array)[_SIZE]) noexcept
//{
// return sizeof _array / sizeof _array[0];
//}
template <typename _Type, const decltype(sizeof(0)) _SIZE>
template <typename _Type, const decltype(sizeof 0) _SIZE>
constexpr auto size(_Type(&_array)[_SIZE]) noexcept
{
return _SIZE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册