Hi all,
I meet this compile error when trying compile my project:
C:/tizen-sdk/tools/smart-build-interface/../../platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include/osp\FBaseColStlConverter.h:249:10: error: call to 'move' is ambiguous
return std::move(pArrayList);
^~~~~~~~~
C:/tizen-sdk/tools/smart-build-interface/../../platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include\boost/move/move.hpp:324:97: note: candidate function [with T = boost::unique_ptr<Tizen::Base::Collection::ArrayList, boost::default_delete<Tizen::Base::Collection::ArrayList> >]
inline typename BOOST_MOVE_BOOST_NS::disable_if<has_move_emulation_enabled_aux<T>, T&>::type move(T& x)
^
C:/tizen-sdk/tools/smart-build-interface/../../platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include/osp\unique_ptr.hpp:110:1: note: candidate function [with T = boost::unique_ptr<Tizen::Base::Collection::ArrayList, boost::default_delete<Tizen::Base::Collection::ArrayList> >]
move(T& t)
^
Do you have any idea to solve my problem? Thanks!