Example #1
0
int main()
{
    test_noexcept();
}
int main()
{
    test_constexpr_construction();
    test_perfect_forwarding();
    test_noexcept();
}
Example #3
0
int main()
{
    test_noexcept();
    test_decltype();
    test_static_assert();
}