search for: _noexcept

Displaying 4 results from an estimated 4 matches for "_noexcept".

Did you mean: noexcept
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...jects/libcxx/include/random:1638, from ../projects/libcxx/src/algorithm.cpp:11: ../projects/libcxx/include/math.h: In function 'long double abs(long double)': ../projects/libcxx/include/math.h:742:45: error: '::fabsl' has not been declared abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double acos(long double)': ../projects/libcxx/include/math.h:749:91: error: '::acosl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
.../random:1638, > from ../projects/libcxx/src/algorithm.cpp:11: > ../projects/libcxx/include/math.h: In function 'long double abs(long double)': > ../projects/libcxx/include/math.h:742:45: error: '::fabsl' has not been declared > abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double acos(long double)': > ../projects/libcxx/include/math.h:749:91: error: '::acosl' has not been declared > inline _LIBCPP_INLINE_VIS...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...from ../projects/libcxx/src/algorithm.cpp:11: > > ../projects/libcxx/include/math.h: In function 'long double abs(long > double)': > > ../projects/libcxx/include/math.h:742:45: error: '::fabsl' has not been > declared > > abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double acos(long > double)': > > ../projects/libcxx/include/math.h:749:91: error: '::acosl' has not been > declared > &...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...jects/libcxx/include/random:1638, from ../projects/libcxx/src/algorithm.cpp:11: ../projects/libcxx/include/math.h: In function 'long double abs(long double)': ../projects/libcxx/include/math.h:742:45: error: '::fabsl' has not been declared abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double acos(long double)': ../projects/libcxx/include/math.h:749:91: error: '::acosl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double...