This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
> A union { size_t __dummy; _Atomic_word __refs; } should work,
> as long as sizeof(size_t) >= sizeof(_Atomic_word).
Sure, thanks Peter, that would be ok, and in case we can do it and be done with it very soon. But I want to hear Mark before, because it's not at all obvious to me that we have to avoid this kind of ambiguity...
Paolo.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |