src/cxx_supportlib/vendor-modified/boost/predef/compiler/sunpro.h in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/predef/compiler/sunpro.h in passenger-6.0.8
- old
+ new
@@ -9,27 +9,28 @@
#define BOOST_PREDEF_COMPILER_SUNPRO_H
#include <boost/predef/version_number.h>
#include <boost/predef/make.h>
-/*`
-[heading `BOOST_COMP_SUNPRO`]
+/* tag::reference[]
+= `BOOST_COMP_SUNPRO`
-[@http://en.wikipedia.org/wiki/Oracle_Solaris_Studio Oracle Solaris Studio] compiler.
+http://en.wikipedia.org/wiki/Oracle_Solaris_Studio[Oracle Solaris Studio] compiler.
Version number available as major, minor, and patch.
-[table
- [[__predef_symbol__] [__predef_version__]]
+[options="header"]
+|===
+| {predef_symbol} | {predef_version}
- [[`__SUNPRO_CC`] [__predef_detection__]]
- [[`__SUNPRO_C`] [__predef_detection__]]
+| `+__SUNPRO_CC+` | {predef_detection}
+| `+__SUNPRO_C+` | {predef_detection}
- [[`__SUNPRO_CC`] [V.R.P]]
- [[`__SUNPRO_C`] [V.R.P]]
- [[`__SUNPRO_CC`] [VV.RR.P]]
- [[`__SUNPRO_C`] [VV.RR.P]]
- ]
- */
+| `+__SUNPRO_CC+` | V.R.P
+| `+__SUNPRO_C+` | V.R.P
+| `+__SUNPRO_CC+` | VV.RR.P
+| `+__SUNPRO_C+` | VV.RR.P
+|===
+*/ // end::reference[]
#define BOOST_COMP_SUNPRO BOOST_VERSION_NUMBER_NOT_AVAILABLE
#if defined(__SUNPRO_CC) || defined(__SUNPRO_C)
# if !defined(BOOST_COMP_SUNPRO_DETECTION) && defined(__SUNPRO_CC)