Skip to content

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

Description

@lakezhong

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions