Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / tests / STL_algorithm_Test_T.h
blob0b7a40b0f7192185d5887b5de51e93f903e24bd6
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file STL_algorithm_Test_T.h
7 * Test ACE containers compatibility with STL <algorithm> header.
9 * @author James H. Hill <j.hill@vanderbilt.edu>
11 //=============================================================================
13 #ifndef ACE_TESTS_STL_ALGORITHM_TEST_T_H
14 #define ACE_TESTS_STL_ALGORITHM_TEST_T_H
16 template <typename T>
17 int test_STL_algorithm (T & container);
19 #include "STL_algorithm_Test_T.cpp"
21 #endif /* ACE_TESTS_STL_ALGORITHM_TEST_T_H */