mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
be7ce4110e
This reverts commit e96515433d
.
8 lines
115 B
C++
8 lines
115 B
C++
// Test for std::chrono::year_month_day etc.
|
|
#include <chrono>
|
|
|
|
int main()
|
|
{
|
|
return int(std::chrono::year{1});
|
|
}
|