Hi,
To add,
Hi,
To add,
When I insert like "sample.insert(&a);", I get errors like,
.
.
.
kytj.cpp
ky_op_tj.cpp
c:\code\common\lib\boost\boost\multi_index\hashed_index.hpp(1155) : error
C2064: term does not evaluate to a function taking 2 arguments
class does not define an 'operator()' or a user defined conversion
operator to a pointer-to-function or reference-to-function that takes
appropriate number of arguments
c:\code\common\lib\\boost\boost\multi_index\hashed_index.hpp(1152)
: while compiling class template member function 'bool
boost::multi_index::detail::hashed_index::link_point(Container
*const ,boost::multi_index::detail::hashed_index_base_node_impl<Allocator>
*&,boost::multi_index::detail::hashed_unique_tag)'
with
[
KeyFromValue=boost::multi_index::const_mem_fun,
Hash=boost::multi_index::const_mem_fun,
Pred=boost::multi_index::const_mem_fun,
SuperMeta=boost::multi_index::detail::nth_layer<1,Container
*,boost::multi_index::indexed_by,boost::multi_index::const_mem_fun,boost::multi_index::const_mem_fun>>,std::allocator>,
TagList=boost::mpl::vector0boost::mpl::na,
Category=boost::multi_index::detail::hashed_unique_tag,
Allocator=std::allocator<char>
]
c:\code\common\lib\boost\boost\multi_index_container.hpp(100) : see
reference to class template instantiation
'boost::multi_index::detail::hashed_index'
being compiled
with
[
KeyFromValue=boost::multi_index::const_mem_fun,
Hash=boost::multi_index::const_mem_fun,
Pred=boost::multi_index::const_mem_fun,
SuperMeta=boost::multi_index::detail::nth_layer<1,Container
*,boost::multi_index::indexed_by,boost::multi_index::const_mem_fun,boost::multi_index::const_mem_fun>>,std::allocator>,
TagList=boost::mpl::vector0boost::mpl::na,
Category=boost::multi_index::detail::hashed_unique_tag
]
c:\code\common\src\biz\model\stm-stow_model\stm_container_manager_abc.h(300)
: see reference to class template instantiation
'boost::multi_index::multi_index_container' being
compiled
with
[
Value=Container *,
IndexSpecifierList=boost::multi_index::indexed_by,boost::multi_index::const_mem_fun,boost::multi_index::const_mem_fun>>
]
xtyz.cpp
.
.
.
Build log was saved at "file://c:\code\win\Debug\obj\BuildLog.htm"
ProjABC - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Thanks,
Ram