Hi Chris,
 
have you ever seen C++ compiler for embedded systems? They are far away
from full c++ 2003 compliance (mostly as not so many C++ features are
used in embedded development - RTTI, exceptions, namespaces, templates -
just a few samples).
 
Nikolai

________________________________

From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Chris Van
Brederode
Sent: Monday, March 11, 2013 4:15 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Breaking change


On Mon, Mar 11, 2013 at 11:02 AM, Nikolai Vorontsov
<nikolai.voront...@quadrox.be> wrote:


<--snip-->


        
        Also, if some of supported compilers doesn't use namespaces
(well, may be some embedded one) - then you might need to use
conditional compilation as you did over 9000 times before ;-)
         
        Nikolai



I don't see how a compiler can get away with not using namespaces and
still be C++ compliant, since they're part of the standard.

Chris V
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to