/[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 2839 by persson, Sat Oct 19 07:52:33 2013 UTC revision 2840 by persson, Sun Aug 30 10:00:44 2015 UTC
# Line 30  Line 30 
30    
31  namespace LinuxSampler {  namespace LinuxSampler {
32    
33    #if __cplusplus >= 201103L
34        typedef std::unique_ptr<std::vector<std::string>> FileListPtr;
35    #else
36      typedef std::auto_ptr<std::vector<std::string> > FileListPtr;      typedef std::auto_ptr<std::vector<std::string> > FileListPtr;
37    #endif
38    
39      class File {      class File {
40          public:          public:

Legend:
Removed from v.2839  
changed lines
  Added in v.2840

  ViewVC Help
Powered by ViewVC