I want to build this so I use it with my own logic / make the code be as I want, but I always have either problems while building or while using it.
for example when I use it:
unresolved external symbol __std_search_2 referenced in function "unsigned short const * __cdecl std::_Search_vectorized<unsigned short const ,unsigned short const >(unsigned short const * const,unsigned short const * const,unsigned short const * const,unsigned __int64)" (??$_Search_vectorized@$$CBG$$CBG@std@@YAPEBGQEBG00_K@Z)
unresolved external symbol __std_search_1 referenced in function "char const * __cdecl std::_Search_vectorized<char const ,char const >(char const * const,char const * const,char const * const,unsigned __int64)" (??$_Search_vectorized@$$CBD$$CBD@std@@YAPEBDQEBD00_K@Z)
unresolved external symbol __std_search_1
5 unresolved externals
and when I build it (i fix one and the other pops up, for example I fix building then using is bug and the opposite)
argument list missing after assumed function template '_SMF_control'
'__$IntErrorTypeAfterDiag': is not a valid base class
argument list missing after assumed function template '_SMF_control'
I want to build this so I use it with my own logic / make the code be as I want, but I always have either problems while building or while using it.
for example when I use it:
unresolved external symbol __std_search_2 referenced in function "unsigned short const * __cdecl std::_Search_vectorized<unsigned short const ,unsigned short const >(unsigned short const * const,unsigned short const * const,unsigned short const * const,unsigned __int64)" (??$_Search_vectorized@$$CBG$$CBG@std@@YAPEBGQEBG00_K@Z)
unresolved external symbol __std_search_1 referenced in function "char const * __cdecl std::_Search_vectorized<char const ,char const >(char const * const,char const * const,char const * const,unsigned __int64)" (??$_Search_vectorized@$$CBD$$CBD@std@@YAPEBDQEBD00_K@Z)
unresolved external symbol __std_search_1
5 unresolved externals
and when I build it (i fix one and the other pops up, for example I fix building then using is bug and the opposite)
argument list missing after assumed function template '_SMF_control'
'__$IntErrorTypeAfterDiag': is not a valid base class
argument list missing after assumed function template '_SMF_control'