[filesystem] Custom memory allocator

All,
I'd like to use filesystem::path with a custom memory allocator (I need to
allocate and free millions of paths in cycles from multiple threads). As far
as I understand only the underlying string type can have a custom allocator.
I created these typedefs:
typedef basic_string fast_string;
struct fast_path_traits;
typedef fs::basic_path Everything compiles until the point where I'd use operations:
d = file_size
participants (1)
-
Dominic Vandot