Lars Gullik Bjønnes:

So it is some combination of headers that cause this.

Please try this:

$ cat test.C ; g++ -W -Wall -Iboost -c -o test.o test.C # include <boost/regex/user.hpp> # include <cstdlib> # include <cstddef> # include <cstdio> # include <clocale> # include <cassert> # include <string> # include <stdexcept> # include <iterator> # include <iosfwd> # include <vector> # include <boost/config.hpp> # include <boost/cstdint.hpp>

int main() {return 0; }
$


Again, no problem. What else can I do?

Rob.




Reply via email to