comparison configure.ac @ 21149:7962dbca527f

eliminate obsolete CXX_NEW_FRIEND_TEMPLATE_DECL macro * acinclude.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): Delete macro definition. * configure.ac: Don't use it. * filter.cc, eigs-base.cc, sparse-dmsolve.cc: Eliminate use of CXX_NEW_FRIEND_TEMPLATE_DECL macro since this feature should be present in all modern C++ compilers.
author John W. Eaton <jwe@octave.org>
date Fri, 29 Jan 2016 12:23:09 -0500
parents 54527108599a
children f090661930ba
comparison
equal deleted inserted replaced
21148:e8c3590da9ff 21149:7962dbca527f
2212 AC_CHECK_MEMBERS([struct group.gr_passwd]) 2212 AC_CHECK_MEMBERS([struct group.gr_passwd])
2213 2213
2214 AC_STRUCT_TIMEZONE 2214 AC_STRUCT_TIMEZONE
2215 2215
2216 ### Check compiler characteristics. 2216 ### Check compiler characteristics.
2217
2218 ## Does compiler have support for new friend template declarations?
2219 OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL
2220 2217
2221 ## Does reinterpret_cast fail for function pointers? 2218 ## Does reinterpret_cast fail for function pointers?
2222 OCTAVE_CXX_BROKEN_REINTERPRET_CAST 2219 OCTAVE_CXX_BROKEN_REINTERPRET_CAST
2223 2220
2224 ## Check if C++ compiler allows placement delete. 2221 ## Check if C++ compiler allows placement delete.