]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/predef/compiler/gcc.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / predef / compiler / gcc.h
index c2d7fff178bdd08d91b76a3f3f4fad04e112375f..88698d21e900ef1d923f8815cba4d919f981cbab 100644 (file)
@@ -15,21 +15,22 @@ http://www.boost.org/LICENSE_1_0.txt)
 #include <boost/predef/version_number.h>
 #include <boost/predef/make.h>
 
-/*`
-[heading `BOOST_COMP_GNUC`]
+/* tag::reference[]
+= `BOOST_COMP_GNUC`
 
-[@http://en.wikipedia.org/wiki/GNU_Compiler_Collection Gnu GCC C/C++] compiler.
+http://en.wikipedia.org/wiki/GNU_Compiler_Collection[Gnu GCC C/{CPP}] compiler.
 Version number available as major, minor, and patch (if available).
 
-[table
-    [[__predef_symbol__] [__predef_version__]]
+[options="header"]
+|===
+| {predef_symbol} | {predef_version}
 
-    [[`__GNUC__`] [__predef_detection__]]
+| `+__GNUC__+` | {predef_detection}
 
-    [[`__GNUC__`, `__GNUC_MINOR__`, `__GNUC_PATCHLEVEL__`] [V.R.P]]
-    [[`__GNUC__`, `__GNUC_MINOR__`] [V.R.0]]
-    ]
- */
+| `+__GNUC__+`, `+__GNUC_MINOR__+`, `+__GNUC_PATCHLEVEL__+` | V.R.P
+| `+__GNUC__+`, `+__GNUC_MINOR__+` | V.R.0
+|===
+*/ // end::reference[]
 
 #define BOOST_COMP_GNUC BOOST_VERSION_NUMBER_NOT_AVAILABLE