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: __alignof__(T) not compile time constant?


Paolo Carlini wrote:

Can you imagine a temporary fix for libstdc++/8670? Perhaps that
suggested at the time by Martin?

On second tought, it occurs to me that in mainline we have now:


     struct _Rep_base
     {
       size_type         _M_length;
       size_type         _M_capacity;
       _Atomic_word        _M_references;
     };

     struct _Rep : _Rep_base
     {
       ...

From a practical point of view is 8670 still an issue? Or the
library people can wait for the front end changes?

Paolo.


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