c++11: get rid of spot::unique_ptr
But do not replace it by std::unique_ptr, because this was not really equivalent. * src/misc/unique_ptr.hh: Delete. * src/misc/Makefile.am: Adjust. * src/tgbaalgos/simulation.cc, src/tgbatest/ltl2tgba.cc: Call delete explicitly.
This commit is contained in:
parent
cdd7b475b3
commit
67b9e8d882
4 changed files with 20 additions and 104 deletions
|
|
@ -54,7 +54,6 @@ misc_HEADERS = \
|
|||
satsolver.hh \
|
||||
timer.hh \
|
||||
tmpfile.hh \
|
||||
unique_ptr.hh \
|
||||
version.hh
|
||||
|
||||
noinst_LTLIBRARIES = libmisc.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue