First Commit
This commit is contained in:
9
externals/cryptopp/TestPrograms/test_cxx14.cpp
vendored
Normal file
9
externals/cryptopp/TestPrograms/test_cxx14.cpp
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
#if __cplusplus >= 201402L
|
||||
int x[1];
|
||||
#else
|
||||
int x[-1];
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user