Replies: 1 comment
-
You are likely missing the Continue the conversation at #4567 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cloned Cefsharp and trying to build it locally
I am getting build errors on Cefsharp.Core external Dependencies on tuple file
Severity Code Description Project File Line Suppression State
Error C2065 'tuple': undeclared identifier CefSharp.Core C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.32.31326\include\tuple 30
and errors on following line
template <bool _Same, class _Dest, class... _Srcs>
_INLINE_VAR constexpr bool _Tuple_conditional_explicit_v0 = false;
template <class... _Dests, class... _Srcs>
_INLINE_VAR constexpr bool _Tuple_conditional_explicit_v0<true, tuple<_Dests...>, _Srcs...> =
!conjunction_v<is_convertible<_Srcs, _Dests>...>;
Beta Was this translation helpful? Give feedback.
All reactions