
Daniel James wrote:
Pavol Droba wrote:
As I said, from tomorrow on, I will be offline. I have tried my best to put the library in the reasonable shape. I don't expect any sudden showstoppers to occur. If there will be any problem (bug or typo of anything else) fell free to fix it, just drop me an email about that.
I've attached some small patches. boost/algorithm/string/config.hpp uses BOOST_WORKAROUND but doesn't include the necessary header, patch-1 adds that. patch-2 changes the unit tests so that the header being tested comes first, so that errors like this will be detected. patch-3 adds a missing import to your test Jamfile.v2.
I've just added "using testing ; " to top-level project-root.jam, so individual Jamfile.v2 need not import it any longer. Thanks, Volodya