Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c:\program files (x86)\microsoft visual studio 10.0\vc\include\xxpmfcaller(42): error C2664: void (int): невозможно преобразовать параметр 1 из "boost::arg<I>" в "int"
- with
- [
- I=1
- ]
- Для выполнения данного преобразования нет доступного оператора преобразования, определенного пользователем, или вызов оператора невозможен
- c:\program files (x86)\microsoft visual studio 10.0\vc\include\xxpmfcaller(52): см. ссылку на создание экземпляров функции шаблон при компиляции "_Ret std::tr1::_Pmf_caller2<_Ret,_Arg0>::_Call_pmf<_Pmf,_Ty,_Farg1>(volatile const void *,_Pmf,_Farg0 &,_Farg1 &)"
- with
- [
- _Ret=_Rx,
- _Arg0=MyStruct,
- _Pmf=void (__thiscall MyStruct::* const )(int),
- _Ty=MyStruct *,
- _Farg1=boost::arg<1>,
- _Farg0=MyStruct *
- ]
- c:\program files (x86)\microsoft visual studio 10.0\vc\include\xxcallpmf(9): см. ссылку на создание экземпляров функции шаблон при компиляции "_Ret std::tr1::_Pmf_caller2<_Ret,_Arg0>::_Apply_pmf<const _Ty,_Arg,boost::arg<I>>(_Pmf,_Farg0 &,_Farg1 &)"
- with
- [
- _Ret=_Rx,
- _Arg0=MyStruct,
- _Ty=void (__thiscall MyStruct::* const )(int),
- _Arg=MyStruct *,
- I=1,
- _Pmf=void (__thiscall MyStruct::* const )(int),
- _Farg0=MyStruct *,
- _Farg1=boost::arg<1>
- ]
- c:\program files (x86)\microsoft visual studio 10.0\vc\include\xxbind1(292): см. ссылку на создание экземпляров функции шаблон при компиляции "_Ret std::tr1::_Callable_pmf<_Ty,_Memty,_Indirect>::_ApplyX<_Ret,_Arg&,boost::arg<I>&>(_Arg0,_Arg1) const"
- with
- [
- _Ret=_Rx,
- _Ty=void (__thiscall MyStruct::* const )(int),
- _Memty=MyStruct,
- _Indirect=false,
- _Arg=MyStruct *,
- I=1,
- _Arg0=MyStruct *&,
- _Arg1=boost::arg<1> &
- ]
- c:\program files (x86)\microsoft visual studio 10.0\vc\include\xxbind0(31): см. ссылку на создание экземпляров функции шаблон при компиляции "_Ret std::tr1::_Bind2<_Callable,_Arg0,_Arg1>::_ApplyX<_Rx,T0&,std::tr1::_Nil&,std::tr1::_Nil&,std::tr1::_Nil&,std::tr1::_Nil&,std::tr1::_Nil&,std::tr1::_Nil&,std::tr1::_Nil&,std::tr1::_Nil&,std::tr1::_Nil&>(_Barg0,_Barg1,_Barg2,_Barg3,_Barg4,_Barg5,_Barg6,_Barg7,_Barg8,_Barg9)"
- with
- [
- _Ret=_Rx,
- _Callable=std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,
- _Arg0=MyStruct *,
- _Arg1=boost::arg<1>,
- T0=int,
- _Barg0=int &,
- _Barg1=std::tr1::_Nil &,
- _Barg2=std::tr1::_Nil &,
- _Barg3=std::tr1::_Nil &,
- _Barg4=std::tr1::_Nil &,
- _Barg5=std::tr1::_Nil &,
- _Barg6=std::tr1::_Nil &,
- _Barg7=std::tr1::_Nil &,
- _Barg8=std::tr1::_Nil &,
- _Barg9=std::tr1::_Nil &
- ]
- c:\workplace\libs\boost_1_52_0\boost\function\function_template.hpp(153): см. ссылку на создание экземпляров функции шаблон при компиляции "void std::tr1::_Bind_base<_Ret,_BindN>::operator ()<T0&>(_Carg0)"
- with
- [
- _Ret=void,
- _BindN=std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>,
- T0=int,
- _Carg0=int &
- ]
- c:\workplace\libs\boost_1_52_0\boost\function\function_template.hpp(147): при компиляции функции-члена "void boost::detail::function::void_function_obj_invoker1<FunctionObj,R,T0>::invoke(boost::detail::function::function_buffer &,T0)" класса шаблон
- with
- [
- FunctionObj=std::tr1::_Bind<void,void,std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>>,
- R=void,
- T0=int
- ]
- c:\workplace\libs\boost_1_52_0\boost\function\function_template.hpp(934): см. ссылку на создание экземпляров класса шаблон при компиляции "boost::detail::function::void_function_obj_invoker1<FunctionObj,R,T0>"
- with
- [
- FunctionObj=std::tr1::_Bind<void,void,std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>>,
- R=void,
- T0=int
- ]
- c:\workplace\libs\boost_1_52_0\boost\function\function_template.hpp(722): см. ссылку на создание экземпляров функции шаблон при компиляции "void boost::function1<R,T0>::assign_to<Functor>(Functor)"
- with
- [
- R=void,
- T0=int,
- Functor=std::tr1::_Bind<void,void,std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>>
- ]
- c:\workplace\libs\boost_1_52_0\boost\function\function_template.hpp(1070): см. ссылку на создание экземпляров функции шаблон при компиляции "boost::function1<R,T0>::function1<F>(Functor,int)"
- with
- [
- R=void,
- T0=int,
- F=std::tr1::_Bind<void,void,std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>>,
- Functor=std::tr1::_Bind<void,void,std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>>
- ]
- c:\workplace\libs\boost_1_52_0\boost\signals\slot.hpp(112): см. ссылку на создание экземпляров функции шаблон при компиляции "boost::function<Signature>::function<F>(Functor,int)"
- with
- [
- Signature=void (int),
- F=std::tr1::_Bind<void,void,std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>>,
- Functor=std::tr1::_Bind<void,void,std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>>
- ]
- c:\workplace\projects\android\xo-game\jni\main_code.cpp(72): см. ссылку на создание экземпляров функции шаблон при компиляции "boost::slot<SlotFunction>::slot<std::tr1::_Bind<_Result_type,_Ret,_BindN>>(const F &)"
- with
- [
- SlotFunction=boost::function<void (int)>,
- _Result_type=void,
- _Ret=void,
- _BindN=std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>,
- F=std::tr1::_Bind<void,void,std::tr1::_Bind2<std::tr1::_Callable_pmf<void (__thiscall MyStruct::* const )(int),MyStruct,false>,MyStruct *,boost::arg<1>>>
- ]
- ========== Построение: успешно: 0, с ошибками: 1, без изменений: 1, пропущено: 0 ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement