msvc: Fix msvc2013 new despgraph related build errors.
msvc's function.hpp does not like NULL for function pointers. disabled support for this platform.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if (__cplusplus > 199711L) || (defined(_MSC_VER) && _MSC_VER >= 1800)
|
||||
#if (__cplusplus > 199711L) || (defined(_MSC_VER) && _MSC_VER >= 1900)
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
Reference in New Issue
Block a user