언어 설정

Menu
Sites
Language
Compile error: call to 'move' is ambiguous

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!

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 댓글
john Smith
Hi, Try with latest SDK 2.1
john Smith
Hi, Try with 2.2 Beta.https://www.tizen.org/blogs/tsg/2013/tizen-2.2-beta-sdk-release
RAJENDRA NAIK
Hi Dung Nguyen Xuan, I suspect it would be problem with the arguments you are passing(may be you have to typecast to appropriate datatype because the compiler gets confused if it has the accessibility to check more than one datatype) or you have to check wheher there is namespace conflict. If you can give your code with that function, I can help you easily but please check the security policies.
Tiny Son

Hello Dung,

How about the issue?

If you have solved already, could you please share it?

Tks

Tiny