
15 Sep
2008
15 Sep
'08
4:28 p.m.
I get compiler error with the following code: #include <boost/asio.hpp> #include <boost/xpressive/xpressive.hpp> int main(int argc, char*argv[]) {} If I flip the order of #include, code compiles fine. I am using gcc 4.1.2 compiler on linux. Does this need to be fixed in asio ? thx Rohit