Ticket #9184: boost graph tie function overload debug log.txt

File boost graph tie function overload debug log.txt, 4.7 KB (added by Anugerah Erlaut <aerlaut@…>, 9 years ago)

Boost graph tie function overload debug log

Line 
11>------ Build started: Project: CTut, Configuration: Debug Win32 ------
21>Build started 1/10/2013 4:37:46 PM.
31>InitializeBuildStatus:
41> Touching "Debug\CTut.unsuccessfulbuild".
51>ClCompile:
61> main.cpp
71>c:\users\aerlaut\documents\visual studio 2010\projects\ctut\ctut\main.cpp(49): error C2668: 'std::tr1::tie' : ambiguous call to overloaded function
81> c:\program files (x86)\microsoft visual studio 10.0\vc\include\xxtuple1(34): could be 'std::tr1::tuple<_Arg0,_Arg1,_Arg2,_Arg3,_Arg4,_Arg5,_Arg6,_Arg7,_Arg8,_Arg9> std::tr1::tie<boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference>,boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference>>(boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference> &,boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference> &)' [found using argument-dependent lookup]
91> with
101> [
111> _Arg0=boost::detail::undirected_edge_iter<std::_List_iterator<std::_List_val<boost::list_edge<unsigned int,boost::no_property>,std::allocator<boost::list_edge<unsigned int,boost::no_property>>>>,boost::detail::edge_desc_impl<boost::bidirectional_tag,unsigned int>,__w64 int> &,
121> _Arg1=boost::detail::undirected_edge_iter<std::_List_iterator<std::_List_val<boost::list_edge<unsigned int,boost::no_property>,std::allocator<boost::list_edge<unsigned int,boost::no_property>>>>,boost::detail::edge_desc_impl<boost::bidirectional_tag,unsigned int>,__w64 int> &,
131> _Arg2=std::tr1::_Nil,
141> _Arg3=std::tr1::_Nil,
151> _Arg4=std::tr1::_Nil,
161> _Arg5=std::tr1::_Nil,
171> _Arg6=std::tr1::_Nil,
181> _Arg7=std::tr1::_Nil,
191> _Arg8=std::tr1::_Nil,
201> _Arg9=std::tr1::_Nil,
211> EdgeIter=std::_List_iterator<std::_List_val<boost::list_edge<unsigned int,boost::no_property>,std::allocator<boost::list_edge<unsigned int,boost::no_property>>>>,
221> EdgeDescriptor=boost::detail::edge_desc_impl<boost::bidirectional_tag,unsigned int>,
231> Difference=__w64 int
241> ]
251> c:\program files\boost\boost_1_54_0\boost\tuple\detail\tuple_basic.hpp(873): or 'boost::tuples::tuple<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> boost::tuples::tie<boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference>,boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference>>(boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference> &,boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference> &)'
261> with
271> [
281> T0=boost::detail::undirected_edge_iter<std::_List_iterator<std::_List_val<boost::list_edge<unsigned int,boost::no_property>,std::allocator<boost::list_edge<unsigned int,boost::no_property>>>>,boost::detail::edge_desc_impl<boost::bidirectional_tag,unsigned int>,__w64 int> &,
291> T1=boost::detail::undirected_edge_iter<std::_List_iterator<std::_List_val<boost::list_edge<unsigned int,boost::no_property>,std::allocator<boost::list_edge<unsigned int,boost::no_property>>>>,boost::detail::edge_desc_impl<boost::bidirectional_tag,unsigned int>,__w64 int> &,
301> T2=boost::tuples::detail::tie_traits<void>::type,
311> T3=boost::tuples::detail::tie_traits<void>::type,
321> T4=boost::tuples::detail::tie_traits<void>::type,
331> T5=boost::tuples::detail::tie_traits<void>::type,
341> T6=boost::tuples::detail::tie_traits<void>::type,
351> T7=boost::tuples::detail::tie_traits<void>::type,
361> T8=boost::tuples::detail::tie_traits<void>::type,
371> T9=boost::tuples::detail::tie_traits<void>::type,
381> EdgeIter=std::_List_iterator<std::_List_val<boost::list_edge<unsigned int,boost::no_property>,std::allocator<boost::list_edge<unsigned int,boost::no_property>>>>,
391> EdgeDescriptor=boost::detail::edge_desc_impl<boost::bidirectional_tag,unsigned int>,
401> Difference=__w64 int
411> ]
421> while trying to match the argument list '(boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference>, boost::detail::undirected_edge_iter<EdgeIter,EdgeDescriptor,Difference>)'
431> with
441> [
451> EdgeIter=std::_List_iterator<std::_List_val<boost::list_edge<unsigned int,boost::no_property>,std::allocator<boost::list_edge<unsigned int,boost::no_property>>>>,
461> EdgeDescriptor=boost::detail::edge_desc_impl<boost::bidirectional_tag,unsigned int>,
471> Difference=__w64 int
481> ]
491>
501>Build FAILED.
511>
521>Time Elapsed 00:00:03.20
53========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========