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