| | | Compiling...
Subbucket.cxx
c:\program files\microsoft visual studio 8\vc\include\utility(44) : error C2664: 'std::pair<_Ty1,_Ty2>::pair(const std::pair<_Ty1,_Ty2> &)' : cannot convert parameter 1 from 'const int' to 'const std::pair<_Ty1,_Ty2> &'
with
[
_Ty1=int,
_Ty2=int
]
Reason: cannot convert from 'const int' to 'const std::pair<_Ty1,_Ty2>'
with
[
_Ty1=int,
_Ty2=int
]
No constructor could take the source type, or constructor overload resolution was ambiguous
c:\fg\atlas\atlas-0.4.2\projects\3rdparty\include\boost\unordered\detail\hash_table_impl.hpp(316) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair(const std::pair &)' being compiled
with
[
_Ty1=const std::pair,
_Ty2=std::pair
]
c:\fg\atlas\atlas-0.4.2\projects\3rdparty\include\boost\unordered\detail\hash_table_impl.hpp(308) : see reference to function template instantiation 'void boost::unordered_detail::hash_table_data_unique_keys::node_constructor::construct_impl(std::pair<_Ty1,_Ty2> *,const std::pair &)' being compiled
with
[
Alloc=std::allocator,std::pair>>,
Key=std::pair,
T=std::pair,
_Ty1=const std::pair,
_Ty2=std::pair
]
c:\fg\atlas\atlas-0.4.2\projects\3rdparty\include\boost\unordered\detail\hash_table_impl.hpp(1925) : see reference to function template instantiation 'void boost::unordered_detail::hash_table_data_unique_keys::node_constructor::construct>(const Arg0 &)' being compiled
with
[
Alloc=std::allocator,std::pair>>,
_Ty1=int,
_Ty2=int,
Arg0=std::pair
]
c:\fg\atlas\atlas-0.4.2\projects\3rdparty\include\boost\unordered\detail\hash_table_impl.hpp(1907) : while compiling class template member function 'std::pair<_Ty1,_Ty2> &boost::unordered_detail::hash_table_unique_keys::operator [](const std::pair &)'
with
[
_Ty1=const std::pair,
_Ty2=std::pair,
ValueType=std::pair,std::pair>,
KeyType=std::pair,
Hash=PairHash,
Pred=std::equal_to>,
Alloc=std::allocator,std::pair>>
]
c:\fg\atlas\atlas-0.4.2\projects\3rdparty\include\boost\unordered\unordered_map.hpp(49) : see reference to class template instantiation 'boost::unordered_detail::hash_table_unique_keys' being compiled
with
[
ValueType=std::pair,std::pair>,
KeyType=std::pair,
Hash=PairHash,
Pred=std::equal_to>,
Alloc=std::allocator,std::pair>>
]
c:\fg\atlas\atlas-0.4.2\src\subbucket.hxx(179) : see reference to class template instantiation 'boost::unordered_map' being compiled
with
[
Key=std::pair,
T=std::pair,
Hash=PairHash
]
c:\program files\microsoft visual studio 8\vc\include\utility(44) : error C2664: 'std::pair<_Ty1,_Ty2>::pair(const std::pair<_Ty1,_Ty2> &)' : cannot convert parameter 1 from 'const int' to 'const std::pair<_Ty1,_Ty2> &'
with
[
_Ty1=int,
_Ty2=int
]
Reason: cannot convert from 'const int' to 'const std::pair<_Ty1,_Ty2>'
with
[
_Ty1=int,
_Ty2=int
]
No constructor could take the source type, or constructor overload resolution was ambiguous
Generating Code...
Compiling...
Bucket.cxx
Generating Code...
|