Stefan Ram <
r...@zedat.fu-berlin.de> wrote:
> #include <memory_resource>
Seems to be a C++17 feature. Assuming your compiler supports it at all,
you probably need to tell it to use that standard (eg. "-std=c++1z", or
"-std=c++17", or whatever the option might be).