Using boost on AIX with GCC
I'm trying to get started using boost on AIX with GCC. What I seem to be
running into is that GCC has a "feature" on AIX such that system headers are
wrappered with an implicit 'extern "C"'. I'm not finding a good way to
include the boost headers because of this feature.
As an example, using about the simplest boost header I could find:
$ echo "#include
Hi, have a look at this: https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01971.html You might try to apply the attached patch. AS
participants (2)
-
Alberto Santini
-
Chris Franz