summaryrefslogtreecommitdiff
path: root/boost/test/data/dataset.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/data/dataset.hpp')
-rw-r--r--boost/test/data/dataset.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/boost/test/data/dataset.hpp b/boost/test/data/dataset.hpp
new file mode 100644
index 0000000000..390cf5bf3f
--- /dev/null
+++ b/boost/test/data/dataset.hpp
@@ -0,0 +1,19 @@
+// (C) Copyright Gennadiy Rozental 2011-2014.
+// 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)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+//!@file
+//!@brief dataset interfaces
+// ***************************************************************************
+
+#ifndef BOOST_TEST_DATA_DATASET_HPP_102211GER
+#define BOOST_TEST_DATA_DATASET_HPP_102211GER
+
+// Boost.Test
+#include <boost/test/data/monomorphic.hpp>
+
+#endif // BOOST_TEST_DATA_DATASET_HPP_102211GER
+