
23 Jul
2011
23 Jul
'11
11:31 p.m.
please use https://github.com/olk/boost.context - I don't get compiler errors with this source for 32bit/64bit Linux on x86.
The errors above point to some problems with boost.move. Which version did you use? Could you test the lib with the sources from github? I tried the github sources, but I am getting the same errors.
I am using the latest SVN trunk, which contains the Move library. Is there some other version of the Move library that I'm supposed to be using?
It is a bug in the boost.move (trunk version). The new version doesn't allow to separate the implemantion of copy-ctor and assignment-op from their declaration.
So, is there a version of Boost.Move that does work with your library? Where can I get it? Thanks, Nate.