Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/clocale @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +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 __CLOCALE_HEADER |
Chris@16 | 6 #define __CLOCALE_HEADER |
Chris@16 | 7 |
Chris@16 | 8 #include <locale.h> |
Chris@16 | 9 |
Chris@16 | 10 namespace std { |
Chris@16 | 11 using ::lconv; |
Chris@16 | 12 using ::localeconv; |
Chris@16 | 13 using ::setlocale; |
Chris@16 | 14 } |
Chris@16 | 15 |
Chris@16 | 16 #endif // CLOCALE_HEADER |