X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0f120733975fabdc614d17ab19aa8b6d47d8226..b13cd66e42c77e1c71585e67eeab6560b38178b3:/docs/latex/wx/function.tex diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 14744e8644..d36cd706ec 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -67,6 +67,7 @@ the corresponding topic. \helpref{wxError}{wxerror}\\ \helpref{wxExecute}{wxexecute}\\ \helpref{wxExit}{wxexit}\\ +\helpref{wxEXPLICIT}{wxexplicit}\\ \helpref{wxFAIL\_MSG}{wxfailmsg}\\ \helpref{wxFAIL}{wxfail}\\ \helpref{wxFatalError}{wxfatalerror}\\ @@ -2100,6 +2101,13 @@ The clipboard must have previously been opened for this call to succeed. \section{Miscellaneous functions}\label{miscellany} +\membersection{wxEXPLICIT}\label{wxexplicit} + +{\tt wxEXPLICIT} is a macro which expands to the C++ {\tt explicit} keyword if +the compiler supports it or nothing otherwise. Thus, it can be used even in the +code which might have to be compiled with an old compiler without support for +this language feature but still take advantage of it when it is available. + \membersection{::wxNewId}\label{wxnewid} \func{long}{wxNewId}{\void}