git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43512
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\membersection{wxCHECK\_GCC\_VERSION}\label{wxcheckgccversion}
\membersection{wxCHECK\_GCC\_VERSION}\label{wxcheckgccversion}
-\func{bool}{wxCHECK\_GCC\_VERSION}{\param{}{major, minor, release}}
+\func{bool}{wxCHECK\_GCC\_VERSION}{\param{}{major, minor}}
Returns $1$ if the compiler being used to compile the code is GNU C++
Returns $1$ if the compiler being used to compile the code is GNU C++
-compiler (g++) version major.minor.release or greater. Otherwise, and also if
+compiler (g++) version major.minor or greater. Otherwise, and also if
the compiler is not GNU C++ at all, returns $0$.
the compiler is not GNU C++ at all, returns $0$.