puremvc-cpp-multicore-framework icon indicating copy to clipboard operation
puremvc-cpp-multicore-framework copied to clipboard

pureMVC-cpp-multicore can not build without enable c++0x flag

Open lakezhong opened this issue 10 years ago • 1 comments

command: ./configure make

log: ~/puremvc-cpp-multicore-framework-master$ make /home/Administrator/puremvc-cpp-multicore-framework-master/bk-deps g++ -c -o PureMVC_lib_PureMVC.o -DNDEBUG -DNDEBUG -Iinclude -O2 ./src/PureMVC/PureMVC.cpp In file included from include/PureMVC/Interfaces/IController.hpp:22:0, from include/PureMVC/PureMVC.hpp:222, from ./src/PureMVC/Common.hpp:49, from ./src/PureMVC/PureMVC.cpp:9: include/PureMVC/Interfaces/IAggregate.hpp:36:26: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type typedef std::unique_ptr<IIterator<_Type> > Iterator;

lakezhong avatar May 25 '15 02:05 lakezhong

Thoughts on a solution?

cliffhall avatar Jul 15 '15 16:07 cliffhall