mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00: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
|
|
@ -1,8 +0,0 @@
|
|||
#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