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]

Re: [v3] mutex vs. cstdatomic


Benjamin Kosnik wrote:
> Here's the fix, in at revision 142742.
>   
Thanks. However, I didn't notice before that, because of that
static_assert bug, we are now including <cassert>. Really, we don't want
that, remember when we added __replacement_assert for debug-mode...
Either we can temporarily do the same here, or workaround the
static_assert issue directly, I don't know...

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]