switch to -std=c++11

This commit is contained in:
Joe Thornber
2013-05-14 15:37:57 +01:00
parent 730a82f974
commit 224ef1f429
4 changed files with 8 additions and 10 deletions

View File

@ -24,7 +24,7 @@
namespace {
class sm_careful_alloc : public checked_space_map {
public:
typedef shared_ptr<sm_careful_alloc> ptr;
typedef std::shared_ptr<sm_careful_alloc> ptr;
sm_careful_alloc(checked_space_map::ptr sm)
: sm_(sm) {