On 2/28/2013 11:29 AM, boost-users-request-at-lists.boost.org |Boost/Allow to home| wrote:
I've not come across that one before - do you have an example?

John. 
It's happening to me.  I don't have time to make a full project to post, but from the linker error I think that the ingredients are:
 

I get a linker error in that the symbol was already defined.  Using it (as an lvalue) defines it in such a way that duplicates are tolerated; an actual definition conflicts with those.

It occurred to me that maybe it doesn't happen in Boost because the error does not occur for templates, which are different in that the compiler must take care of duplicates from different translation units, normally.