sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.78k stars 164 forks source link

Fixes compilation error: ‘unique_ptr’ is not a member of ‘std’ #69

Closed ydkhatri closed 5 years ago

ydkhatri commented 6 years ago
apfs-fuse/ApfsDump/Apfs.cpp:413:2:` error: ‘unique_ptr’ is not a member of ‘std’
  std::unique_ptr<Device> dev_main;
  ^

This was on ubuntu 14.04.