William S Fulton
d6ef118219
std::auto_ptr replacement for testing with C++17 and later
...
Keep suppressing deprecated warnings for C++11 and C++14
2019-06-27 07:40:49 +01:00
William S Fulton
d9cac176f6
Suppress testcase clang warning for auto_ptr deprecation
2019-06-06 19:52:37 +01:00
William S Fulton
a73a783fcd
Warning suppression change
...
Earlier gcc (4.7) will warn about unknown warning pragmas!
-Wpedantic suppression is only available in 4.8 and later
2015-02-11 23:32:29 +00:00
William S Fulton
9402f14393
compiler warning suppression correction in testcase
2015-02-11 23:24:40 +00:00
William S Fulton
fc3098ea55
auto_ptr deprecation warning suppression
2014-01-03 08:27:41 +00:00
William S Fulton
6250c288b5
Suppress gcc-4.9 auto_ptr deprecation in test
2013-12-22 17:49:16 +00:00
Vadim Zeitlin
ed28725a15
Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.
...
These typemaps are currently defined for C#, Java and Python only and the
tests are provided only for these languages.
Also add a brief description of the new header to the documentation.
2013-12-03 23:45:20 +01:00