Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from ../src/providers/twitch/PubsubActions.cpp:3:
- ../src/providers/twitch/PubsubHelpers.hpp:36:13: error: no matching function for
- call to 'log'
- log("Error in runAfter: {}", ec.message());
- ^~~
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/math.h:932:1: note:
- candidate function template not viable: requires single argument
- '__lcpp_x', but 2 arguments were provided
- log(_A1 __lcpp_x) _NOEXCEPT {return ::log((double)__lcpp_x);}
- ^
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/math.h:926:46: note:
- candidate function not viable: requires single argument '__lcpp_x', but 2
- arguments were provided
- inline _LIBCPP_INLINE_VISIBILITY long double log(long double __lcpp_x) _...
- ^
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/math.h:925:46: note:
- candidate function not viable: requires single argument '__lcpp_x', but 2
- arguments were provided
- inline _LIBCPP_INLINE_VISIBILITY float log(float __lcpp_x) _NOEXCE...
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/math.h:387:15: note:
- candidate function not viable: requires 1 argument, but 2 were provided
- extern double log(double);
- ^
- In file included from ../src/providers/twitch/PubsubActions.cpp:3:
- ../src/providers/twitch/PubsubHelpers.hpp:53:13: error: no matching function for
- call to 'log'
- log("Error in runAfter: {}", ec.message());
- ^~~
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/math.h:932:1: note:
- candidate function template not viable: requires single argument
- '__lcpp_x', but 2 arguments were provided
- log(_A1 __lcpp_x) _NOEXCEPT {return ::log((double)__lcpp_x);}
- ^
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/math.h:926:46: note:
- candidate function not viable: requires single argument '__lcpp_x', but 2
- arguments were provided
- inline _LIBCPP_INLINE_VISIBILITY long double log(long double __lcpp_x) _...
- ^
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/math.h:925:46: note:
- candidate function not viable: requires single argument '__lcpp_x', but 2
- arguments were provided
- inline _LIBCPP_INLINE_VISIBILITY float log(float __lcpp_x) _NOEXCE...
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/math.h:387:15: note:
- candidate function not viable: requires 1 argument, but 2 were provided
- extern double log(double);
- ^
- 1 warning and 2 errors generated.
- make: *** [PubsubActions.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment