Reduce use of mem_fn when possible

This commit is contained in:
Jason Turner
2015-03-23 14:16:23 -06:00
parent 9326539f3b
commit 91bcaaa037
2 changed files with 12 additions and 1 deletions

View File

@@ -10,6 +10,9 @@
#ifdef _MSC_VER
#define CHAISCRIPT_MSVC _MSC_VER
#define CHAISCRIPT_HAS_DECLSPEC
#if _MSC_VER <= 1800
#define CHAISCRIPT_MSVC_12
#endif
#endif
#if defined(_WIN32) || defined(__CYGWIN__)