Use macros to define default copy constructor and assignment operator
This commit is contained in:
parent
287c1b1d11
commit
1448b210b8
5 changed files with 35 additions and 12 deletions
|
|
@ -172,8 +172,7 @@ Currently the following symbols exist:
|
|||
@itemdef{wxHAS_CONFIG_TEMPLATE_RW, Defined if the currently used compiler
|
||||
supports template Read() and Write() methods in wxConfig.}
|
||||
@itemdef{wxHAS_MEMBER_DEFAULT, Defined if the currently used compiler supports
|
||||
C++11 @c =default. @c wxMEMBER_DEFAULT is defined as this keyword in this
|
||||
case, and as nothing otherwise.}
|
||||
C++11 @c =default.}
|
||||
@itemdef{wxHAS_LARGE_FILES, Defined if wxFile supports files more than 4GB in
|
||||
size (notice that you must include @c wx/filefn.h before testing for this
|
||||
symbol).}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue