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

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

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

revision 2459 by schoenebeck, Thu Mar 7 19:23:24 2013 UTC revision 2460 by persson, Sun Aug 18 14:20:53 2013 UTC
# Line 65  typedef unsigned int uint; Line 65  typedef unsigned int uint;
65    
66  // whether compiler is C++11 standard compliant  // whether compiler is C++11 standard compliant
67  #if defined(__cplusplus) && __cplusplus >= 201103L  #if defined(__cplusplus) && __cplusplus >= 201103L
68  # define IS_CPP11  # define IS_CPP11 1
69  #endif  #endif
70    
71  // C++ "override" keyword introduced with C++11 standard  // C++ "override" keyword introduced with C++11 standard

Legend:
Removed from v.2459  
changed lines
  Added in v.2460

  ViewVC Help
Powered by ViewVC