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] libstdc++ vs. icc 8.1


>+ namespace _Rope_constants
>+ {
>+   enum { _S_max_rope_depth = 45 };
>+   enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function};
>+ }

There is no reason for these enumerations to be type-dependent. So, I
removed the type dependence.

Please don't lecture me on FSF philosophy.

-benjamin


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