summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-07-27 22:40:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-07-27 22:40:24 +0000
commit3b61e358af4b811df7d43d448144c1c47da782c9 (patch)
tree4265ac2ec6f933e20062f59300b9f77dceb0814c
parent71343caf9061c77471325210d47b304dac9031ec (diff)
downloadmpfr-3b61e358af4b811df7d43d448144c1c47da782c9.tar.gz
[TODO] Mention "[[noreturn]]".
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14551 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3c43677e2..3360c9c50 100644
--- a/TODO
+++ b/TODO
@@ -752,3 +752,8 @@ Table of contents:
* have a rule that copies the needed files ("mpfr.h" or they should
be prefixed with "mpfr-") to $(top_builddir)/include;
* use "-I$(top_builddir)/include".
+
+- _Noreturn (from ISO C11) may be replaced by [[noreturn]] in the future:
+ http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2764.pdf
+ Once this is implemented in compilers, consider it as an alternative
+ (concerned files: acinclude.m4, doc/README.dev and src/mpfr-impl.h).