
11 Nov
2008
11 Nov
'08
3:53 p.m.
2008/11/11 Sergey Sadovnikov
Hello, Acsoft.
Tuesday, November 11, 2008 at 6:24:51 PM you wrote:
Hello, I am using boost 1.37 and gcc 4.3.2. I am getting a very nasty error when I mix up boost headers and tr1 > headers in one compilation unit.
Some time ago I encountered the same problem with VS 2008 SP1 and shared_ptr. Solution which I found was not to expose boost namespace into global namespace. This is ugly but works.
-- Best Regards, Sergey mailto:ssadovnikov@egopolis.com
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
I would say that is not ugly but good practice ie "do not pollute the global namespace"