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: [RFC] middle-end/21743: Enable __builtin_clog


Ehm, sorry for a little bit of confusion...

These sentence at beginning of my message:

>The problem is that this kind of builtin injects in the global namespace
>also the version without __builtin_* in front and we get a conflict with
>the C++ runtime library as soon as the user does, in the gloobal namespace:
>
>    using std::clog;
>  
>
are definitely not *completely* correct: see the end of my message for
my doubts about puzzling (inconsistent?!?) behaviors.

Paolo.


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