src/cxx_supportlib/vendor-modified/boost/predef/library/std/stdcpp3.h in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/predef/library/std/stdcpp3.h in passenger-6.0.8
- old
+ new
@@ -11,25 +11,26 @@
#include <boost/predef/library/std/_prefix.h>
#include <boost/predef/version_number.h>
#include <boost/predef/make.h>
-/*`
-[heading `BOOST_LIB_STD_GNU`]
+/* tag::reference[]
+= `BOOST_LIB_STD_GNU`
-[@http://gcc.gnu.org/libstdc++/ GNU libstdc++] Standard C++ library.
+http://gcc.gnu.org/libstdc++/[GNU libstdc++] Standard {CPP} library.
Version number available as year (from 1970), month, and day.
-[table
- [[__predef_symbol__] [__predef_version__]]
+[options="header"]
+|===
+| {predef_symbol} | {predef_version}
- [[`__GLIBCXX__`] [__predef_detection__]]
- [[`__GLIBCPP__`] [__predef_detection__]]
+| `+__GLIBCXX__+` | {predef_detection}
+| `+__GLIBCPP__+` | {predef_detection}
- [[`__GLIBCXX__`] [V.R.P]]
- [[`__GLIBCPP__`] [V.R.P]]
- ]
- */
+| `+__GLIBCXX__+` | V.R.P
+| `+__GLIBCPP__+` | V.R.P
+|===
+*/ // end::reference[]
#define BOOST_LIB_STD_GNU BOOST_VERSION_NUMBER_NOT_AVAILABLE
#if defined(__GLIBCPP__) || defined(__GLIBCXX__)
# undef BOOST_LIB_STD_GNU