summaryrefslogtreecommitdiff
path: root/src/mpfr.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-08-02 10:29:36 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-08-02 10:29:36 +0000
commit1df5dd6491187e061d25febfdf38c6df87bc1d35 (patch)
treeaf4f90d40934d6499431177cbfbdec6154f63a92 /src/mpfr.h
parentf2f7c7fbb4d8af78bc6bff7cee5e05bbb613bead (diff)
downloadmpfr-1df5dd6491187e061d25febfdf38c6df87bc1d35.tar.gz
[src/mpfr.h] Suggest MPFR_EXPERIMENTAL for experimental functions.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10713 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr.h')
-rw-r--r--src/mpfr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mpfr.h b/src/mpfr.h
index ad14b5672..89bcf2751 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -313,6 +313,11 @@ typedef enum {
#else
# define MPFR_DEPRECATED
#endif
+/* TODO: Also define MPFR_EXPERIMENTAL for experimental functions?
+ See SVN_EXPERIMENTAL in Subversion 1.9+ as an example:
+ __attribute__((warning("..."))) can be used with GCC 4.3.1+ but
+ not __llvm__, and __declspec(deprecated("...")) can be used with
+ MSC as above. */
/* Note: In order to be declared, some functions need a specific
system header to be included *before* "mpfr.h". If the user