Home
last modified time | relevance | path

Searched refs:make_unsigned (Results 1 – 25 of 2868) sorted by relevance

12345678910>>...115

/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/type_traits/test/
H A Dmake_unsigned_test.cpp16 TT_TEST_BEGIN(make_unsigned)
18 BOOST_CHECK_TYPE(::tt::make_unsigned<signed char>::type, unsigned char);
19 BOOST_CHECK_TYPE(::tt::make_unsigned<short>::type, unsigned short);
20 BOOST_CHECK_TYPE(::tt::make_unsigned<int>::type, unsigned int);
21 BOOST_CHECK_TYPE(::tt::make_unsigned<long>::type, unsigned long);
25 BOOST_CHECK_TYPE(::tt::make_unsigned<__int64>::type, unsigned __int64);
30 BOOST_CHECK_TYPE(::tt::make_unsigned<const int>::type, const unsigned int);
59 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned char>::type, unsigned char);
61 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned int>::type, unsigned int);
62 BOOST_CHECK_TYPE(::tt::make_unsigned<unsigned long>::type, unsigned long);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/
H A Dtypedefs-3.cc39 using std::make_unsigned;
44 static_assert(is_same<make_unsigned<E1>::type, I1>::value, "");
45 static_assert(is_same<make_unsigned<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_unsigned<E2>::type, I2>::value, "");
50 static_assert(is_same<make_unsigned<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_unsigned<E3>::type, I3>::value, "");
59 static_assert(is_same<make_unsigned<E4>::type, I4>::value, "");
65 static_assert(is_same<make_unsigned<E5>::type, I5>::value, "");
70 static_assert(is_same<make_unsigned<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_unsigned<char32_t>::type, I7>::value, "");
[all …]

12345678910>>...115