Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't build on MSVC 16 #31

Open
csguth opened this issue Jun 12, 2020 · 0 comments
Open

Won't build on MSVC 16 #31

csguth opened this issue Jun 12, 2020 · 0 comments

Comments

@csguth
Copy link

csguth commented Jun 12, 2020

It builds on MSVC 14, GCC7 and Apple Clang 11. I believe it won't build on GCC9 too.

This is the error I get on MSVC16:

10-Jun-2020 20:38:10 | C:\.conan\15a32df\1\include\q/promise/impl/rest.hpp(141,1): error C2244: 'q::detail::generic_promise<B,T...>::forward': unable to match function definition to an existing declaration [C:\.conan\0e63238\1\vphone-wrapper.vcxproj]
10-Jun-2020 20:38:10 |  
10-Jun-2020 20:38:10 | C:\.conan\15a32df\1\include\q/promise/impl/rest.hpp(140): message : see declaration of 'q::detail::generic_promise<B,T...>::forward' [C:\.conan\0e63238\1\vphone-wrapper.vcxproj]
10-Jun-2020 20:38:10 |  
10-Jun-2020 20:38:10 | C:\.conan\15a32df\1\include\q/promise/impl/rest.hpp(141,1): message : definition [C:\.conan\0e63238\1\vphone-wrapper.vcxproj]
10-Jun-2020 20:38:10 |  
10-Jun-2020 20:38:10 | C:\.conan\15a32df\1\include\q/promise/impl/rest.hpp(141,1): message : 'std::enable_if<std::is_void<_V>::value&&q::detail::generic_promise<B,T...>::argument_types::empty::value,q::promise<U...>>::type q::detail::generic_promise<B,T...>::forward(U &&...)' [C:\.conan\0e63238\1\vphone-wrapper.vcxproj]
10-Jun-2020 20:38:10 |  
10-Jun-2020 20:38:10 | C:\.conan\15a32df\1\include\q/promise/impl/rest.hpp(141,1): message : existing declarations [C:\.conan\0e63238\1\vphone-wrapper.vcxproj]
10-Jun-2020 20:38:10 |  
10-Jun-2020 20:38:10 | C:\.conan\15a32df\1\include\q/promise/impl/rest.hpp(141,1): message : 'std::enable_if<std::is_void<_V>::value&&q::arguments<To...>::empty::value,q::promise<U...>>::type q::detail::generic_promise<B,T...>::forward(U &&...)' [C:\.conan\0e63238\1\vphone-wrapper.vcxproj]
10-Jun-2020 20:38:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant