fwd.hpp 422 B

1234567891011121314151617
  1. // Copyright 2006-2009 Daniel James.
  2. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. #if !defined(BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER)
  5. #define BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER
  6. namespace test {
  7. class object;
  8. class hash;
  9. class less;
  10. class equal_to;
  11. template <class T> class allocator;
  12. }
  13. #endif