test_conv_iterators.hpp 399 B

123456789101112
  1. /* Boost.MultiIndex test for interconvertibilty between const and
  2. * non-const iterators.
  3. *
  4. * Copyright 2003-2008 Joaquin M Lopez Munoz.
  5. * Distributed under the Boost Software License, Version 1.0.
  6. * (See accompanying file LICENSE_1_0.txt or copy at
  7. * http://www.boost.org/LICENSE_1_0.txt)
  8. *
  9. * See http://www.boost.org/libs/multi_index for library home page.
  10. */
  11. void test_conv_iterators();