/[svn]/linuxsampler/trunk/src/common/File.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/File.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3055 by persson, Sun Aug 30 10:00:44 2015 UTC revision 3056 by schoenebeck, Fri Dec 16 12:57:59 2016 UTC
# Line 30  Line 30 
30    
31  namespace LinuxSampler {  namespace LinuxSampler {
32    
33  #if __cplusplus >= 201103L  #if __cplusplus >= 201103L && !CONFIG_NO_CPP11STL
34      typedef std::unique_ptr<std::vector<std::string>> FileListPtr;      typedef std::unique_ptr<std::vector<std::string>> FileListPtr;
35  #else  #else
36      typedef std::auto_ptr<std::vector<std::string> > FileListPtr;      typedef std::auto_ptr<std::vector<std::string> > FileListPtr;

Legend:
Removed from v.3055  
changed lines
  Added in v.3056

  ViewVC Help
Powered by ViewVC