core/include/boost/utility/addressof.hpp
2014-06-02 00:46:33 -07:00

10 lines
206 B
C++

#ifndef BOOST_UTILITY_ADDRESSOF_HPP
#define BOOST_UTILITY_ADDRESSOF_HPP
// The header file at this path is deprecated;
// use boost/core/addressof.hpp instead.
#include <boost/core/addressof.hpp>
#endif