]> git.saurik.com Git - wxWidgets.git/commitdiff
warning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT added
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Oct 2003 15:17:59 +0000 (15:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Oct 2003 15:17:59 +0000 (15:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index fa1d4ec4edfd0d0684604ee45537228e83ebb217..7b2f4c1d315fcf746f92b5bbbb08ff75b0f23159 100644 (file)
@@ -3968,6 +3968,11 @@ use it on the same line in two different source files. In this case you may
 either change the line in which either of them appears on or use the
 \helpref{wxCOMPILE\_TIME\_ASSERT2}{wxcompiletimeassert2} macro.
 
+Also note that Microsoft Visual C++ has a bug which results in compiler errors
+if you use this macro with ``Program Database For Edit And Continue''
+(\texttt{/ZI}) option, so you shouldn't use it (``Program Database''
+(\texttt{/Zi}) is ok though) for the code making use of this macro.
+
 \wxheading{See also}
 
 \helpref{wxASSERT\_MSG}{wxassertmsg},\\