mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
boost::shared_ptr -> std::shared_ptr
This commit is contained in:
parent
9becaa041f
commit
1c2550a2ae
13 changed files with 38 additions and 1467 deletions
|
@ -2,8 +2,6 @@
|
|||
#include "misc.hh"
|
||||
#include "local-store.hh"
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <functional>
|
||||
#include <queue>
|
||||
#include <algorithm>
|
||||
|
@ -224,7 +222,7 @@ struct RemoveTempRoots
|
|||
static RemoveTempRoots autoRemoveTempRoots __attribute__((unused));
|
||||
|
||||
|
||||
typedef boost::shared_ptr<AutoCloseFD> FDPtr;
|
||||
typedef std::shared_ptr<AutoCloseFD> FDPtr;
|
||||
typedef list<FDPtr> FDs;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue