
-------------------------------------------------- From: "Kenny Riddile" <kfriddile@yahoo.com> Sent: Wednesday, November 26, 2008 11:33 AM To: <boost@lists.boost.org> Subject: Re: [boost] [Serialization] this seems wrong
Robert Ramey wrote:
Kenny Riddile wrote:
Am I missing something?
This is done in order to create unique variable name for static variables which implement export.
Is this fixed in 1.37
no.
We don't know of any other way to do this. If you do, feel free to implement it.
Robert Ramey _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thanks for the quick response and the great library. One solution that comes to mind is to use a combination of file name and line number instead of just the line number via both the __FILE__ and __LINE__ preprocessor directives. Are you aware of any reason why that wouldn't work?
Hi :), This is the first thing I thought as well.. I think there might be trouble though if a filename is not constrained to be a valid identifier name. Brandon
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost