diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-29T23·49+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-29T23·49+0100 |
commit | 1c2550a2ae826c422cf6d34f1c5c3e687474929d (patch) | |
tree | 7b5ea30955dce2ff3fd44ad310cfc113f02c9f52 /Makefile | |
parent | 9becaa041f4a597dc085e58ebe8f66a4f95d018e (diff) |
boost::shared_ptr -> std::shared_ptr
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 78d85ebc58f2..bcfa89dd2305 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,8 @@ makefiles = \ doc/manual/local.mk \ tests/local.mk +GLOBAL_CXXFLAGS += -std=c++0x + include Makefile.config include mk/lib.mk |