src/cxx_supportlib/vendor-modified/boost/predef/platform/mingw64.h in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/predef/platform/mingw64.h in passenger-6.0.8

- old
+ new

@@ -9,23 +9,24 @@ #define BOOST_PREDEF_PLAT_MINGW64_H #include <boost/predef/version_number.h> #include <boost/predef/make.h> -/*` -[heading `BOOST_PLAT_MINGW64`] +/* tag::reference[] += `BOOST_PLAT_MINGW64` -[@https://mingw-w64.org/ MinGW-w64] platform. +https://mingw-w64.org/[MinGW-w64] platform. Version number available as major, minor, and patch. -[table - [[__predef_symbol__] [__predef_version__]] +[options="header"] +|=== +| {predef_symbol} | {predef_version} - [[`__MINGW64__`] [__predef_detection__]] +| `+__MINGW64__+` | {predef_detection} - [[`__MINGW64_VERSION_MAJOR`, `__MINGW64_VERSION_MINOR`] [V.R.0]] - ] - */ +| `+__MINGW64_VERSION_MAJOR+`, `+__MINGW64_VERSION_MINOR+` | V.R.0 +|=== +*/ // end::reference[] #define BOOST_PLAT_MINGW64 BOOST_VERSION_NUMBER_NOT_AVAILABLE #if defined(__MINGW64__) # include <_mingw.h>