Re: Numeric literals

2018-05-22 Thread Dale Amon
Greg: That is what I expected. Just trying to imagine one impossible thing before breakfast is all I was doing... -- +---+ | Dale Amon Immortal Data| | CEO Midland International Air a

Re: Numeric literals

2018-05-22 Thread Gregory Casamento
This only works with clang, I believe. On Tue, May 22, 2018 at 19:21 Dale Amon wrote: > Yes. On the one laptop I tried it, I get stray '@' in program. > > -- > +---+ > | Dale Amon Immortal Data| >

Re: Numeric literals

2018-05-22 Thread Dale Amon
Yes. On the one laptop I tried it, I get stray '@' in program. -- +---+ | Dale Amon Immortal Data| | CEO Midland International Air and Space Port| | a...@vnl.com "Data System

Numeric literals

2018-05-22 Thread Dale Amon
Do any versions of gcc support the @ format? @"string" has long been supported there. If not, are there plans for it to be supported in future revs? It would be very useful to be able to use numeric literals at some point, but I have to support gcc based machines. I am certain the