1
0
forked from boostorg/core
Files
boost_core/include/boost/utility/enable_if.hpp

10 lines
206 B
C++
Raw Normal View History

2003-12-02 21:41:15 +00:00
#ifndef BOOST_UTILITY_ENABLE_IF_HPP
#define BOOST_UTILITY_ENABLE_IF_HPP
// The header file at this path is deprecated;
// use boost/core/enable_if.hpp instead.
#include <boost/core/enable_if.hpp>
2003-12-02 21:41:15 +00:00
#endif