Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/csetjmp @ 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 __CSETJMP_HEADER |
Chris@16 | 6 #define __CSETJMP_HEADER |
Chris@16 | 7 |
Chris@16 | 8 #include <setjmp.h> |
Chris@16 | 9 |
Chris@16 | 10 namespace std { |
Chris@16 | 11 using ::jmp_buf; |
Chris@16 | 12 using ::longjmp; |
Chris@16 | 13 } |
Chris@16 | 14 |
Chris@16 | 15 #endif // CSETJMP_HEADER |