mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
Avoided some c++11 nullptr problems with VC2011.
This commit is contained in:
parent
0e6bbcc55c
commit
add0cf77e1
1 changed files with 0 additions and 5 deletions
|
|
@ -302,11 +302,6 @@ namespace juce
|
|||
#endif
|
||||
|
||||
#if defined (_MSC_VER) && _MSC_VER >= 1600
|
||||
#if _MSC_VER >= 1700
|
||||
#define JUCE_COMPILER_SUPPORTS_NOEXCEPT 1
|
||||
#else
|
||||
#define JUCE_COMPILER_SUPPORTS_NOEXCEPT 0
|
||||
#endif
|
||||
#define JUCE_COMPILER_SUPPORTS_NULLPTR 1
|
||||
#define JUCE_COMPILER_SUPPORTS_MOVE_SEMANTICS 1
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue