Can't compile this Boost Algorithm example on GCC?

This is merely a bug in the over-4-years-old version of Boost you're using. Upgrade to something more recent ( 1.48.0 is current) and your code will compile cleanly.

This is merely a bug in the over-4-years-old version of Boost you're using. Upgrade to something more recent (1.48.0 is current) and your code will compile cleanly.

Try it without: #include #include #include #include using namespace boost; int main(int, char **) { std::string test = "h:help"; std::vector v; iter_split(v, test, first_finder("h:")); std::copy(v.begin(), v.end(), std::ostream_iterator(std::cout, "\n")); return 0; }.

I couldn't replicate the error using Ubuntu 11.10 standard packages, so this is just a shot in the dark. – Jake W Nov 16 at 7:57 Removing both of the "using" statements appears to have no impact. – Robert M Nov 16 at 8:33.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions