From 70801d47d10deb477633a4c6421fbbba6f0ea8d7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 31 Dec 2016 00:13:35 +0000 Subject: [PATCH] changes file update for deprecated C++11 functions --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index ddcd33a62..04a7e277b 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 3.0.12 (in progress) ============================ +2016-12-31: ajrheading1 + Issue #860 - Remove use of std::unary_function and std::binary_function + which is deprecated in C++11. + 2016-12-30: olly [PHP7] Register internal 'swig_runtime_data_type_pointer' constant as "CONST_PERSISTENT" to avoid segmentation fault on module unload.