POV-Ray : Newsgroups : povray.beta-test : Beta 37 and C++0x : Re: Beta 37 and C++0x Server Time
4 Jul 2024 18:54:30 EDT (-0400)
  Re: Beta 37 and C++0x  
From: Thorsten Froehlich
Date: 31 May 2010 12:41:14
Message: <4c03e6aa$1@news.povray.org>
On 30.05.10 22:39, clipka wrote:
> I think a reasonable way to achieve this would be to drop the "using
> namespace boost;" and replace it with either explicit namespace
> prefixes, or - which I'd personally favor - individual "using
> boost::whatever" statements to pull only the identifiers into global
> namespace that are actually used.

I think first we should look at where it is actually used. In most cases a 
typedef would be preferable to a general plain find and replace.

	Thorsten


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.