summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOlaf Lenz <olenz@icp.uni-stuttgart.de>2014-08-28 15:22:34 +0100
committerPeter Simons <simons@cryp.to>2014-09-13 23:41:45 +0200
commitf5594485ce75edaceaae412f9c243e355ed1db4a (patch)
tree6b7106cd78c49b26fd796d8af4c94652bf6187ef /NEWS
parentdc824114e248a6bed97f33aba1bd61f866059360 (diff)
downloadautoconf-archive-f5594485ce75edaceaae412f9c243e355ed1db4a.tar.gz
AX_CXX_VAR_PRETTYFUNC: new macro to determine the function name
This new macro determines the best way to get the name of the current function for different C++-compilers and -dialects (in the spirit of _FILE_ and _LINE_). The patch also fixes some problems in AX_C_VAR_FUNC. Submitted in <https://savannah.gnu.org/patch/index.php?8524>.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0970528..2fb96a2 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@
* Noteworthy changes in release ?.? (????-??-??) [?]
+ AX_CXX_VAR_PRETTYFUNC: new macro to determine the function name.
+
AX_CC_MAXOPT: default to -O2 for MSVC instead of -O3.
AX_CXX_HAVE_REFERENCE_WRAPPER, AX_CXX_HAVE_BAD_FUNCTION_CALL,