]> git.lyx.org Git - lyx.git/blob - boost/boost/preprocessor/repeat_3rd.hpp
5418ecad7433c932dad1e88ffd1b816d2a7cda43
[lyx.git] / boost / boost / preprocessor / repeat_3rd.hpp
1 #ifndef BOOST_PREPROCESSOR_REPEAT_3RD_HPP
2 #define BOOST_PREPROCESSOR_REPEAT_3RD_HPP
3
4 /* Copyright (C) 2001
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/repeat.hpp&gt;
20 </pre>
21 */
22
23 #include <boost/preprocessor/repeat.hpp>
24 #endif