
29 Jul
2004
29 Jul
'04
2:28 p.m.
Sven Johannsen wrote: [snip previous discussion]
it works!!!!
a small change and everything work fine. Can somebody make these change in the cvs-pool?
it's very easy, just add the line: "#include <string>" to the file barrier.cpp.
Done, though instead of changing barrier.cpp, I chose to #include <string> everywhere in the Boost.Threads library that there is a #include <stdexcept> to fix potential similar problems in other places in the future. Mike