shared pointer is now from std C++/11; refs #26

This commit is contained in:
Marc Wäckerlin
2013-06-13 09:07:38 +00:00
parent acd825d6fa
commit 8558d370f0
3 changed files with 10 additions and 7 deletions

5
NEWS
View File

@@ -0,0 +1,5 @@
Now requires a C++ 11 compiler.
For gcc, configure with:
CPPFLAGS=-std=c++0x ./configure