Linking problem with boost ::function
Hi all,
i've got linking problem (both in visual studio 2005 and 2008 in vista
and boost 1.36) with this piece of code.
boost::function
ok, found the bug in my own code... Thx for thinking about that anyway Kim tang Kim Kuen Tang schrieb:
Hi all,
i've got linking problem (both in visual studio 2005 and 2008 in vista and boost 1.36) with this piece of code.
boost::function
h=boost::bind(std::multiplies<double>(),boost::lambda::_1,5.0); If i now write std::cout<
and visual studio 2008: error LNK2001: unresolved external symbol "void __cdecl boost::assertion_failed(char const *,char const *,char const *,long)" (?assertion_failed@boost@@YAXPBD00J@Z)
But compilation is ok.
with regards, Kim Tang _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (1)
-
Kim Kuen Tang