You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tomwpid
Thanks for filing this issue.
The warning C4800 is not enabled with the compile option /W4 and I didn't know the warning is raised.
I could reproduce the warning by passing the compile option /w44800 in when building the test suite.
I'll resolve the warning soon (I'm working on it), but I'm not planning to pass the compile /Wall since it enables so many warnings which I wouldn't like to take care of...
Description
The following warning is generated when compiling with the node.hpp header included.
Reproduction steps
Include node.hpp without the warning C4800 disabled.
Expected vs. actual results
Expected: No warning should be generated.
Actual: Warning C4800 is generated.
Minimal code example
Error messages
Compiler and operating system
Compiler: MSVC v143 - v14.38 - 17.8 OS: Windows
Library version
0.3.14
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: