Please support the _Atomic keyword in C++

2018-05-14 Thread Rodrigo V. G.
In addition to the bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932 I wanted to add some comment: It would be very useful if the _Atomic keyword would be supported in C++. This way the header could be included inconditionally in C++ code. Even if it is not compatible with the C++ header,

Re: Please support the _Atomic keyword in C++

2018-05-15 Thread Rodrigo V. G.
On Tue, May 15, 2018 at 12:27 AM, Jonathan Wakely wrote: > On 14 May 2018 at 22:32, Rodrigo V. G. wrote: >> In addition to the bug: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932 >> I wanted to add some comment: >> >> It would be very useful if the _Atomi

Re: Please support the _Atomic keyword in C++

2018-05-16 Thread Rodrigo V. G.
On Tue, May 15, 2018 at 12:50 PM, Jonathan Wakely wrote: > On 15 May 2018 at 11:01, Rodrigo V. G. wrote: >> On Tue, May 15, 2018 at 12:27 AM, Jonathan Wakely >> wrote: >>> On 14 May 2018 at 22:32, Rodrigo V. G. wrote: >>>> In addition to the bug: >>&g