Ahojte, chcel by som sa spytat na tuto chybu, ako by som ju mohol vyriesit
template<class _Other1,
class _Other2>
_Pair_base(_Other1&& _Val1, _Other2&& _Val2)
: first(_STD forward<_Other1>(_Val1)),
second(_STD forward<_Other2>(_Val2))
{
}
_Ty1 first;
_Ty2 second;
};
error C2440: 'initializing' : cannot convert from 'int' to 'const PP_PropertyType
error C2439: 'std::_Pair_base<_Ty1,_Ty2>::second' : member could not be initialized
Aj ked si niesom isty ci tento kus kodu staci, za kazdu radu budem vdacnny