[Regex] Compile error in char_regex_traits.hpp with gcc 3.3.1
Hi, All
I've got a compile error(please see below) while trying to compile my
simple program with gcc 3.3.1 and boost 1.41.0. The strange thing is
that I was able to compile the program before, but got the error after
I had moved the line "include
I've got a compile error(please see below) while trying to compile my simple program with gcc 3.3.1 and boost 1.41.0. The strange thing is that I was able to compile the program before, but got the error after I had moved the line "include
" from .cpp file to .h file. At least that's what I think, maybe I've changed something I don't remember about. Anyway, it looks like I have the error even before my code starts compiling. I don't understand the error message at all. Where is this "__attribute__"? I tried to google it but found nothing. I would appreciate any help
I've never seen that before, do you have a test case? Thanks, John.
participants (2)
-
John Maddock
-
Olexandr Marchenko