simple regex compile error
I have a very simple regex program that will not compile on AIX using IBM's xlc++ compiler.
Here is the program:
#include <iostream> // for I/O
#include <string> // for string
#include
I have a very simple regex program that will not compile on AIX using IBM's xlc++ compiler.
Here is the program: "/usr/local/include/boost/regex/v4/cregex.hpp", line 75.4: 1540-0063 (S) The text "0x001" is unexpected.
I believe this is a known problem: there is a fix in the works but you may
have to wait a while: the problem occurs if you include the platforms native
participants (2)
-
Brian Gaber
-
John Maddock