summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/exception/test/helper1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/exception/test/helper1.hpp')
-rw-r--r--src/boost/libs/exception/test/helper1.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/boost/libs/exception/test/helper1.hpp b/src/boost/libs/exception/test/helper1.hpp
new file mode 100644
index 00000000..adf6ec12
--- /dev/null
+++ b/src/boost/libs/exception/test/helper1.hpp
@@ -0,0 +1,19 @@
+//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
+
+//Distributed under the Boost Software License, Version 1.0. (See accompanying
+//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef UUID_4AEB7924CA2E11DC888A8C9355D89593
+#define UUID_4AEB7924CA2E11DC888A8C9355D89593
+
+namespace
+boost
+ {
+ namespace
+ exception_test
+ {
+ void throw_length_error();
+ }
+ }
+
+#endif