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
I get the following compiler error C2672 'scn::v3::scanner<Test,char,void>::scan': no matching overloaded function found.
1><path>\scnlib\include\scn\scan.h(4942,9): error C2672: 'scn::v3::scanner<Test,char,void>::scan': no matching overloaded function found
1>could be 'scn::v3::scan_expected<Context::Iterator> scn::v3::scanner<Test,char,void>::scan(Test &,Context &)'
1> <path>\scnlib\include\scn\scan.h(4942,9):
1> Failed to specialize function template 'scn::v3::scan_expected<Context::Iterator> scn::v3::scanner<Test,char,void>::scan(Test &,Context &)'
1> <path>\scnlib\include\scn\scan.h(4942,9):
1> With the following template arguments:
1> <path>\scnlib\include\scn\scan.h(4942,9):
1> 'Context=context_type'
I'm using the latest 3.0.1 together with visual studio 2022 17.8.
What am I missing here?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I have been trying to use this library within a simple visual studio project.
This works without issues:
However, if I add the required code for a custom type.
I get the following compiler error C2672 'scn::v3::scanner<Test,char,void>::scan': no matching overloaded function found.
I'm using the latest 3.0.1 together with visual studio 2022 17.8.
What am I missing here?
Thanks in advance
The text was updated successfully, but these errors were encountered: