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
pow(long double __X,int __Y)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 */
18