Wednesday, December 5, 2018

Digest for comp.lang.c++@googlegroups.com - 2 updates in 1 topic

woodbrian77@gmail.com: Dec 05 12:09PM -0800

On Tuesday, December 4, 2018 at 4:01:24 AM UTC-6, Juha Nieminen wrote:
> including).
 
> It might not sound like much, but it's actually pretty handy once you
> get used to it. I wish standard C++ introduced the same directive.
 
At first I thought this was of no use to me, but then
realized I could use it in my private (closed-source)
code. I've tried it now with gcc and it works. I
added -Wno-deprecated to get a warning to turn off.
I encourage people to work on closed-source code.
There's nothing wrong with open-source, but closed-
source is more interesting.
 
 
 
Brian
Ebenezer Enterprises
http://webEbenezer.net
David Brown <david.brown@hesbynett.no>: Dec 05 09:46PM +0100

> realized I could use it in my private (closed-source)
> code. I've tried it now with gcc and it works. I
> added -Wno-deprecated to get a warning to turn off.
 
Yes, it works with gcc. But it is non-standard, deprecated, and
pointless. Why on earth would you want to use it?
 
> I encourage people to work on closed-source code.
> There's nothing wrong with open-source, but closed-
> source is more interesting.
 
We all know there is nothing wrong with either open source or closed
source development - each have their place and their pros and cons.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com.

No comments: