Advertisement
Guest User

Untitled

a guest
Apr 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. 8>C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\ucrt\math.h(402): error C2668: 'fpclassify': ambiguous call to overloaded function [D:\a\1\s\build\src\shogun\libshogun.vcxproj]
  2. C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\ucrt\math.h(299): note: could be 'int fpclassify(long double) throw()'
  3. C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\ucrt\math.h(294): note: or 'int fpclassify(double) throw()'
  4. C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\ucrt\math.h(289): note: or 'int fpclassify(float) throw()'
  5. C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\ucrt\math.h(402): note: while trying to match the argument list '(_Ty)'
  6. with
  7. [
  8. _Ty=int32_t
  9. ]
  10. D:\a\1\s\src\shogun/util/converters.h(32): note: see reference to function template instantiation 'bool isfinite<J>(_Ty) throw()' being compiled
  11. with
  12. [
  13. J=int32_t,
  14. _Ty=int32_t
  15. ]
  16. D:\a\1\s\src\shogun\evaluation\CrossValidation.cpp(101): note: see reference to function template instantiation 'int shogun::utils::safe_convert<index_t,int32_t>(J)' being compiled
  17. with
  18. [
  19. J=int32_t
  20. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement