]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/preprocessor/repeat_2nd.hpp
update boost to pre-1.30.0
[lyx.git] / boost / boost / preprocessor / repeat_2nd.hpp
index 2edbe3d238a2dfe8335ca2707a28a1a278398ea3..7b60f438a5e83462ebc6d0a1f893c1b04f1e786d 100644 (file)
@@ -1,24 +1,18 @@
-#ifndef BOOST_PREPROCESSOR_REPEAT_2ND_HPP
-#define BOOST_PREPROCESSOR_REPEAT_2ND_HPP
-
-/* Copyright (C) 2001
- * Housemarque Oy
- * http://www.housemarque.com
- *
- * Permission to copy, use, modify, sell and distribute this software is
- * granted provided this copyright notice appears in all copies. This
- * software is provided "as is" without express or implied warranty, and
- * with no claim as to its suitability for any purpose.
- *
- * See http://www.boost.org for most recent version.
- */
-
-/** <p>This header is obsolete. Use the following code instead.</p>
-
-<pre>
-#include &lt;boost/preprocessor/repeat.hpp&gt;
-</pre>
-*/
-
-#include <boost/preprocessor/repeat.hpp>
-#endif
+# /* **************************************************************************
+#  *                                                                          *
+#  *     (C) Copyright Paul Mensonides 2002.  Permission to copy, use,        *
+#  *     modify, sell, and distribute this software is granted provided       *
+#  *     this copyright notice appears in all copies.  This software is       *
+#  *     provided "as is" without express or implied warranty, and with       *
+#  *     no claim at to its suitability for any purpose.                      *
+#  *                                                                          *
+#  ************************************************************************** */
+#
+# /* See http://www.boost.org for most recent version. */
+#
+# ifndef BOOST_PREPROCESSOR_REPEAT_2ND_HPP
+# define BOOST_PREPROCESSOR_REPEAT_2ND_HPP
+#
+# include <boost/preprocessor/repetition/repeat.hpp>
+#
+# endif