Blame view

3rdparty/boost_1_81_0/libs/wave/tool/cpp.hpp 1.65 KB
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  /*=============================================================================
      Boost.Wave: A Standard compliant C++ preprocessor library
  
      http://www.boost.org/
  
      Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
      Software License, Version 1.0. (See accompanying file
      LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  =============================================================================*/
  
  #if !defined(BOOST_CPP_HPP_920D0370_741F_44AF_BF86_F6104BDACF75_INCLUDED)
  #define BOOST_CPP_HPP_920D0370_741F_44AF_BF86_F6104BDACF75_INCLUDED
  
  ///////////////////////////////////////////////////////////////////////////////
  //  This file may be used as a precompiled header (if applicable)
  
  ///////////////////////////////////////////////////////////////////////////////
  //  include often used files from the stdlib
  #include <iosfwd>
  #include <string>
  #include <vector>
  #include <algorithm>
  #include <iterator>
  
  ///////////////////////////////////////////////////////////////////////////////
  //  include boost config
  #include <boost/config.hpp>     //  global configuration information
  
  ///////////////////////////////////////////////////////////////////////////////
  //  build version
  #include "cpp_version.hpp"
  
  ///////////////////////////////////////////////////////////////////////////////
  //  configure this app here (global configuration constants)
  #include "cpp_config.hpp"
  
  ///////////////////////////////////////////////////////////////////////////////
  //  include required boost libraries
  #include <boost/assert.hpp>
  #include <boost/pool/pool_alloc.hpp>
  
  #endif // !defined(BOOST_CPP_HPP_920D0370_741F_44AF_BF86_F6104BDACF75_INCLUDED)