Fixing bustage ... MSVC can't handle the array size template.
git-svn-id: svn://10.0.0.236/trunk@155465 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -47,7 +47,9 @@
|
||||
|
||||
// If some platform(s) can't handle our template that matches literal strings,
|
||||
// then we'll disable it on those platforms.
|
||||
// #define NS_DISABLE_LITERAL_TEMPLATE
|
||||
#if !defined(NS_DISABLE_LITERAL_TEMPLATE) && defined(_MSC_VER)
|
||||
#define NS_DISABLE_LITERAL_TEMPLATE
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user