Blame view

3rdparty/boost_1_81_0/libs/describe/README.md 669 Bytes
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  # Describe
  
  A C++14 reflection library. Provides macros for describing enumerators and
  struct/class members, and primitives for querying this information. See
  [the documentation](https://www.boost.org/doc/libs/develop/libs/describe/)
  for more information and usage examples.
  
  ## Supported Compilers
  
  * GCC 5 or later with `-std=c++14` or above
  * Clang 3.9 or later with `-std=c++14` or above
  * Visual Studio 2015 or later
  
  Tested on [Github Actions](https://github.com/boostorg/describe/actions) and
  [Appveyor](https://ci.appveyor.com/project/pdimov/describe).
  
  ## License
  
  Distributed under the
  [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).