compiler_support.qbk 574 B

12345678910111213141516
  1. [section Compiler Support]
  2. _yap_ is written against the C++14 and C++17 standards. It will use C++17
  3. features if they are present, and otherwise is C++14 code.
  4. _yap_ also uses Boost.Hana extensively, so only compilers that support Hana
  5. will be usable in building _yap_.
  6. Clang versions 3.8 and later (which corresponds to XCode versions 7.3 or
  7. later), and GCC versions 6 and later should work.
  8. MSVC++ version 14.15 (Visual Studio 2017 version 15.8) is partially supported.
  9. The tests all pass, but some compilation errors can be found in some of the
  10. examples.
  11. [endsect]