Make wxMin, wxMax and wxClip template functions.
Previously used macro's arguments were evaluated twice, but there were many occurences of their use in our code that didn't account for this and used expensive-to-evaluate arguments as if they were functions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -554,6 +554,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/zstream.h
|
||||
wx/meta/convertible.h
|
||||
wx/meta/if.h
|
||||
wx/meta/implicitconversion.h
|
||||
wx/meta/int2type.h
|
||||
wx/meta/movable.h
|
||||
wx/meta/pod.h
|
||||
|
Reference in New Issue
Block a user