aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/feat-cxx98.C
blob: a0a2b75e30bc0a302a74c3aac58b7578a5916cad (plain)
1
2
3
4
5
6
7
8
9
// { dg-do compile { target c++98_only } }
// { dg-options "" }

//  These C++14 features are allowed in C++98 in non-ANSI modes.
#ifndef __cpp_binary_literals
#  error "__cpp_binary_literals"
#elif  __cpp_binary_literals != 201304
#  error "__cpp_binary_literals != 201304"
#endif