executors icon indicating copy to clipboard operation
executors copied to clipboard

C++ library for executors

Results 4 executors issues
Sort by recently updated
recently updated
newest added

Making all in channel g++ -DPACKAGE_NAME=\"executors\" -DPACKAGE_TARNAME=\"executors\" -DPACKAGE_VERSION=\"0.1.0\" -DPACKAGE_STRING=\"executors\ 0.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"executors\" -DVERSION=\"0.1.0\" -I. -std=c++1y -Wno-unused-local-typedefs -DEXECUTORS_NO_BOOST=1 -I./../../../include -g -O2 -MT ping.o -MD -MP -MF .deps/ping.Tpo -c -o ping.o...

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...