
26 Oct
2009
26 Oct
'09
7:50 p.m.
Apparently some compilers don't support template friends. There is the BOOST_NO_MEMBER_TEMPLATE_FRIENDS config macro to detect this though.
There's also a comment below the public comparison functions: // Tasteless as this may seem, making all members public allows member templates // to work in the absence of member template friends. (Matthew Langston) Philippe