Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/ctime @ 133:4acb5d8d80b6 tip
Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author | Chris Cannam |
---|---|
date | Tue, 30 Jul 2019 12:25:44 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 // This file is automatically generated. Do not edit. |
Chris@16 | 2 // ['../../libs/compatibility/generate_cpp_c_headers.py'] |
Chris@16 | 3 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') |
Chris@16 | 4 |
Chris@16 | 5 #ifndef __CTIME_HEADER |
Chris@16 | 6 #define __CTIME_HEADER |
Chris@16 | 7 |
Chris@16 | 8 #include <time.h> |
Chris@16 | 9 |
Chris@16 | 10 namespace std { |
Chris@16 | 11 using ::size_t; |
Chris@16 | 12 using ::clock_t; |
Chris@16 | 13 using ::time_t; |
Chris@16 | 14 using ::tm; |
Chris@16 | 15 using ::asctime; |
Chris@16 | 16 using ::clock; |
Chris@16 | 17 using ::difftime; |
Chris@16 | 18 using ::localtime; |
Chris@16 | 19 using ::strftime; |
Chris@16 | 20 using ::ctime; |
Chris@16 | 21 using ::gmtime; |
Chris@16 | 22 using ::mktime; |
Chris@16 | 23 using ::time; |
Chris@16 | 24 } |
Chris@16 | 25 |
Chris@16 | 26 #endif // CTIME_HEADER |