/[svn]/linuxsampler/trunk/src/db/InstrumentsDbUtilities.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/db/InstrumentsDbUtilities.h

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

revision 2839 by schoenebeck, Mon Dec 29 16:54:33 2014 UTC revision 2840 by persson, Sun Aug 30 10:00:44 2015 UTC
# Line 104  namespace LinuxSampler { Line 104  namespace LinuxSampler {
104          FLAT = 2          FLAT = 2
105      };      };
106    
107    #if __cplusplus >= 201103L
108        typedef std::unique_ptr<std::vector<int>> IntListPtr;
109        typedef std::unique_ptr<std::vector<String>> StringListPtr;
110    #else
111      typedef std::auto_ptr<std::vector<int> > IntListPtr;      typedef std::auto_ptr<std::vector<int> > IntListPtr;
112      typedef std::auto_ptr<std::vector<String> > StringListPtr;      typedef std::auto_ptr<std::vector<String> > StringListPtr;
113    #endif
114    
115      class ScanJob {      class ScanJob {
116          public:          public:

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

  ViewVC Help
Powered by ViewVC