fix doc example typo
[boost.git] / boost / strong_typedef.hpp
blob29883c97bd2c041364fd30eeb02d47cdbfaa09eb
1 #ifndef BOOST_STRONG_TYPEDEF_HPP
2 #define BOOST_STRONG_TYPEDEF_HPP
4 // MS compatible compilers support #pragma once
5 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
6 # pragma once
7 #endif
9 #error "This header is deprecated. Please use: boost/serialization/strong_typedef.hpp"
11 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
12 # pragma message ("Warning: This header is deprecated. Please use: boost/serialization/strong_typedef.hpp")
13 #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
14 # warning "This header is deprecated. Please use: boost/serialization/strong_typedef.hpp"
15 #endif
17 #include <boost/serialization/pfto.hpp>
19 #endif // BOOST_STRONG_TYPEDEF_HPP