huangjin
huangjin
i did't change any code , i guess may be compiler's problems, or version i use g++-5 (Homebrew gcc5 5.2.0) on mac OS, after the code finished printing all the...
compile: g++-5 -o join1.o -c -std=c++11 -I/usr/local/my_install/boost_1_60_0/include -I/usr/local/my_install/boost_1_60_0/include/boost/pipeline join1.cpp g++-5 -o join1 join1.o -L/usr/local/my_install/boost_1_60_0/lib -lboost_system -lboost_thread lldb info(backtrace): (lldb) target create "join1" --core "/cores/core.1112" warning: (x86_64) /cores/core.1112 load command 60...
by the way, why not to continue develope the project?