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]

Re: new concept checks and the 3.0 ABI


>>>>> "Theodore" == Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> writes:

> All the more that, being highly templated and inlined, every
> implementation detail (or almost) is exposed in almost every .o file. So
> freezing would mean basically stop any major development of the library.

It would mean stopping any changes that would modify the representation,
yes.  I think there's still a fair amount of development that can be done
within those constraints, but it is certainly a significant limitation.

> (Would it be easier with the export stuff implemented, I'm not even
> sure...).

Somewhat, as we wouldn't have to worry about the template code having been
compiled into all of the users' .o's.  But it isn't implemented, so it's
moot.

Jason


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