YouCompleteMe/cpp/BoostParts
Strahinja Val Markovic 9dfa2f4e11 Fixing thread segfault issues with new Boost 1.53
The answer was to use boost::move() on the functors, but since there is AFAIK no
move emulation support for Boost.Function, the fix may only work on C++11
compilers. That needs to be looked into.
2013-02-16 12:25:29 -08:00
..
boost Adding the forgotten boost/utility.hpp 2013-02-16 12:25:29 -08:00
libs Updating to Boost 1.53 2013-02-16 12:25:28 -08:00
CMakeLists.txt Fixing thread segfault issues with new Boost 1.53 2013-02-16 12:25:29 -08:00