scoped_enum_emulation.hpp 437 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2014 Andrey Semashev
  3. *
  4. * Distributed under the Boost Software License, Version 1.0. (See
  5. * accompanying file LICENSE_1_0.txt or copy at
  6. * http://www.boost.org/LICENSE_1_0.txt)
  7. */
  8. #ifndef BOOST_DETAIL_SCOPED_ENUM_EMULATION_HPP
  9. #define BOOST_DETAIL_SCOPED_ENUM_EMULATION_HPP
  10. // The header file at this path is deprecated;
  11. // use boost/core/scoped_enum.hpp instead.
  12. #include <boost/core/scoped_enum.hpp>
  13. #endif