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