mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-20 16:02:05 +02:00
13 lines
478 B
C++
13 lines
478 B
C++
/* Copyright (C) 2002 Vesa Karvonen
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
/* This simply attempts to include all preprocessor library headers. */
|
|
#include <boost/preprocessor.hpp>
|