Re: [PATCH, libcpp] SD-6 feature macros

2014-09-01 Thread Thiago Macieira
On Monday 18 August 2014 14:32:04 Thiago Macieira wrote: > Hello > > The SD-6 [1] document keeps a list of built-in #defines that allow > application and library writers know when certain language and library > features have been implemented by the compiler. They are optional, since a > compliant

[PATCH, libcpp] SD-6 feature macros

2014-08-18 Thread Thiago Macieira
Hello The SD-6 [1] document keeps a list of built-in #defines that allow application and library writers know when certain language and library features have been implemented by the compiler. They are optional, since a compliant compiler must implement them all. But they're really useful. Thi