mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Use std smart pointers in code
This commit is contained in:
parent
2f72d5639e
commit
35fa6e63e6
15 changed files with 53 additions and 55 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#include <turtle/log.hpp>
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/assign.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/weak_ptr.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
|
|
@ -30,6 +29,7 @@
|
|||
#include <deque>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
||||
namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue