]> git.lyx.org Git - lyx.git/blob - boost/boost/preprocessor/list/fold_left_2nd.hpp
update boost to version 1.29.0
[lyx.git] / boost / boost / preprocessor / list / fold_left_2nd.hpp
1 #ifndef BOOST_PREPROCESSOR_LIST_FOLD_LEFT_2ND_HPP
2 #define BOOST_PREPROCESSOR_LIST_FOLD_LEFT_2ND_HPP
3
4 /* Copyright (C) 2002
5  * Housemarque Oy
6  * http://www.housemarque.com
7  *
8  * Permission to copy, use, modify, sell and distribute this software is
9  * granted provided this copyright notice appears in all copies. This
10  * software is provided "as is" without express or implied warranty, and
11  * with no claim as to its suitability for any purpose.
12  *
13  * See http://www.boost.org for most recent version.
14  */
15
16 /** <p>This header is obsolete. Use the following code instead.</p>
17
18 <pre>
19 #include &lt;boost/preprocessor/list/fold_left.hpp&gt;
20 </pre>
21 */
22
23 #include <boost/preprocessor/list/fold_left.hpp>
24 #endif