Chris Glover
Chris Glover
Is it the intent that the calls to forward are unqualified? I ran into an issue where boost::forward (as part of the boost.move library was being found through ADL for...
Enhanced @Amorph initial CMake support with support for other platforms. Also added x64 support to timing.cpp - Add platform support - Add option to copy built files to win32 directory...
I'm not 100% sure if this is desirable or not. A simple test is something like this; ``` cpp #include int main() { boost::lockfree::stack s(10); std::vector v; s.push(v.begin(), v.end()); return...