summaryrefslogtreecommitdiff
path: root/boost/compatibility/cpp_c_headers/cstdarg
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compatibility/cpp_c_headers/cstdarg')
-rw-r--r--boost/compatibility/cpp_c_headers/cstdarg14
1 files changed, 14 insertions, 0 deletions
diff --git a/boost/compatibility/cpp_c_headers/cstdarg b/boost/compatibility/cpp_c_headers/cstdarg
new file mode 100644
index 0000000000..5e1dd749f0
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cstdarg
@@ -0,0 +1,14 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CSTDARG_HEADER
+#define __CSTDARG_HEADER
+
+#include <stdarg.h>
+
+namespace std {
+ using ::va_list;
+}
+
+#endif // CSTDARG_HEADER