mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +00:00
add cpp-feature-tests folder and cpp test
This commit is contained in:
parent
264ed5a943
commit
ccacc7f7db
1 changed files with 8 additions and 0 deletions
8
wxdata/source/cpp-feature-tests/chrono_feature_test.cpp
Normal file
8
wxdata/source/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