Exemplo n.º 1
0
int main()
{
    test_noexcept();
}
Exemplo n.º 2
0
int main()
{
    test_constexpr_construction();
    test_perfect_forwarding();
    test_noexcept();
}
Exemplo n.º 3
0
int main()
{
    test_noexcept();
    test_decltype();
    test_static_assert();
}