Changeset: b23e3367914b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b23e3367914b
Modified Files:
        NT/monetdb_config.h.in
Branch: default
Log Message:

Despite what they claim, __func__ doesn't work in newer VS.


diffs (15 lines):

diff --git a/NT/monetdb_config.h.in b/NT/monetdb_config.h.in
--- a/NT/monetdb_config.h.in
+++ b/NT/monetdb_config.h.in
@@ -57,11 +57,7 @@
 
 #include <assert.h>
 
-#if _MSC_VER <= 1800
-/* From Visual Studio 2013, the compiler undetstands __func__, before
- * that we need __FUNCTION__ */
 #define __func__ __FUNCTION__
-#endif
 
 /* indicate to sqltypes.h that windows.h has already been included and
    that it doesn't have to define Windows constants */
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to