mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:10:04 +00:00
Moved cpp-feature-tests out of source
This commit is contained in:
parent
1b79c37fd2
commit
6953eddea6
2 changed files with 1 additions and 1 deletions
8
wxdata/cpp-feature-tests/chrono_feature_test.cpp
Normal file
8
wxdata/cpp-feature-tests/chrono_feature_test.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <chrono>
|
||||
|
||||
int main()
|
||||
{
|
||||
#if (__cpp_lib_chrono < 201907L)
|
||||
# error("Old chrono version")
|
||||
#endif
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue