mirror of
https://github.com/NixOS/nix
synced 2025-07-01 08:28:00 +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
|
@ -702,7 +702,7 @@ static void processConnection(bool trusted)
|
|||
#endif
|
||||
|
||||
/* Open the store. */
|
||||
store = boost::shared_ptr<StoreAPI>(new LocalStore(reserveSpace));
|
||||
store = std::shared_ptr<StoreAPI>(new LocalStore(reserveSpace));
|
||||
|
||||
stopWork();
|
||||
to.flush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue