identity.hpp 372 B

1234567891011121314151617
  1. /*
  2. Copyright 2021 Glen Joseph Fernandes
  3. ([email protected])
  4. Distributed under the Boost Software License, Version 1.0.
  5. (http://www.boost.org/LICENSE_1_0.txt)
  6. */
  7. #ifndef BOOST_FUNCTIONAL_IDENTITY_HPP
  8. #define BOOST_FUNCTIONAL_IDENTITY_HPP
  9. /*
  10. The header file at this path is deprecated;
  11. use <boost/core/identity.hpp> instead.
  12. */
  13. #include <boost/core/identity.hpp>
  14. #endif