Open yesudeep opened 4 years ago
Thanks for opening this issue and sharing your bazel file!
Seems like it fails due to this error:
ct_neither\_virtual_includes\neither\neither/either.hpp(149): error C2560: 'common_type<L2,R2>::type neither::Either<L,R>::join(void) &&': cannot overload a member function with ref-qualifier with a member function without ref-qualifier
I need to double check if there is a workaround for this issue in visual studio compiler, afaik this is standard conform; Worst case we need to disable this overload for visual studio
I'm using the Visual C++ 19.27.29110 compiler on Windows 10.
Bazel build file for reference: