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: [PATCH] libstdc++: Fix exceptions being generated when compiling with -fno-exceptions


On 15/04/15 11:15 -0300, Federico Lenarduzzi wrote:
The idea of this patch is that using this function not depends from a
configuration
flag but depends of a flag which participates in the selection of the
correct multilib.

OK, then I agree it's better to make it conditional on
__cpp_exceptions which can have different values for your different
multilibs, whereas _GLIBCXX_VERBOSE would be the same in all of them.

I have no objections to the change.


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