Mercurial > hg > CbC > CbC_gcc
annotate fixincludes/tests/base/iso/math_iso.h @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | 04ced10e8804 |
children |
rev | line source |
---|---|
111 | 1 /* DO NOT EDIT THIS FILE. |
2 | |
3 It has been auto-edited by fixincludes from: | |
4 | |
5 "fixinc/tests/inc/iso/math_iso.h" | |
6 | |
7 This had to be done to correct non-standard usages in the | |
8 original, manufacturer supplied header file. */ | |
9 | |
10 | |
11 | |
12 #if defined( SOLARIS_POW_INT_OVERLOAD_CHECK ) | |
13 #if __cplusplus < 201103L | |
14 inline long double pow(long double __X, int __Y) { return | |
15 __powl(__X, (long double) (__Y)); } | |
16 #endif | |
17 #endif /* SOLARIS_POW_INT_OVERLOAD_CHECK */ |