I fixed it by adding "inline" to the two non-template methods (see below):
inline bool operator==(const empty&, const empty&)
{
return true;
}inline bool operator<(const empty&, const empty&)
{
return false;
}Is this a bug in the code or is there some other way to wrok around it?
Thanks, Allen
-- -- Allen Bierbaum [EMAIL PROTECTED] -- Research Assistant and PhD Candidate -- VR Juggler Team www.vrjuggler.org -- Virtual Reality Applications Center www.vrac.iastate.edu
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
