]> git.lyx.org Git - lyx.git/blob - boost/boost/iterator/detail/any_conversion_eater.hpp
update to boost 1.39: add new files
[lyx.git] / boost / boost / iterator / detail / any_conversion_eater.hpp
1 // Copyright David Abrahams 2003. Use, modification and distribution is\r
2 // subject to the Boost Software License, Version 1.0. (See accompanying\r
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
4 #ifndef ANY_CONVERSION_EATER_DWA20031117_HPP\r
5 # define ANY_CONVERSION_EATER_DWA20031117_HPP\r
6 \r
7 namespace boost { namespace detail {\r
8 \r
9 // This type can be used in traits to "eat" up the one user-defined\r
10 // implicit conversion allowed.\r
11 struct any_conversion_eater\r
12 {\r
13     template <class T>\r
14     any_conversion_eater(T const&);\r
15 };\r
16 \r
17 }} // namespace boost::detail\r
18 \r
19 #endif // ANY_CONVERSION_EATER_DWA20031117_HPP\r