mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-01 06:50:59 +02:00
25 lines
672 B
C++
25 lines
672 B
C++
#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 <boost/preprocessor/repeat.hpp>
|
|
</pre>
|
|
*/
|
|
|
|
#include <boost/preprocessor/repeat.hpp>
|
|
#endif
|