--- linuxsampler/trunk/src/common/File.h 2016/12/15 13:01:58 3055 +++ linuxsampler/trunk/src/common/File.h 2016/12/16 12:57:59 3056 @@ -30,7 +30,7 @@ namespace LinuxSampler { -#if __cplusplus >= 201103L +#if __cplusplus >= 201103L && !CONFIG_NO_CPP11STL typedef std::unique_ptr> FileListPtr; #else typedef std::auto_ptr > FileListPtr;