summaryrefslogtreecommitdiff
path: root/ACE/tests/STL_algorithm_Test_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/STL_algorithm_Test_T.h')
-rw-r--r--ACE/tests/STL_algorithm_Test_T.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/ACE/tests/STL_algorithm_Test_T.h b/ACE/tests/STL_algorithm_Test_T.h
new file mode 100644
index 00000000000..1b045c12ba5
--- /dev/null
+++ b/ACE/tests/STL_algorithm_Test_T.h
@@ -0,0 +1,29 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file STL_algorithm_Test_T.h
+ *
+ * Test ACE containers compatibility with STL <algorithm> header.
+ *
+ * $Id$
+ *
+ * @author James H. Hill <j.hill@vanderbilt.edu>
+ */
+//=============================================================================
+
+#ifndef ACE_TESTS_STL_ALGORITHM_TEST_T_H
+#define ACE_TESTS_STL_ALGORITHM_TEST_T_H
+
+template <typename T>
+int test_STL_algorithm (T & container);
+
+#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
+#include "STL_algorithm_Test_T.cpp"
+#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
+
+#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
+#pragma implementation ("STL_algorithm_Test_T.cpp")
+#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
+
+#endif /* ACE_TESTS_STL_ALGORITHM_TEST_T_H */