[patch] Default to --enable-libstdcxx-time=auto
Paolo Carlini
paolo.carlini@oracle.com
Wed May 22 10:48:00 GMT 2013
On 05/22/2013 12:40 PM, Jonathan Wakely wrote:
> On 22 May 2013 11:30, Paolo Carlini wrote:
>> .. put an abort or something in the dummy implementations, to make sure
>> people don't try to run an executable built with headers which have the
>> clock available linked at run time to a .so which doesn't, really.
>> Suboptimal solution because ideally we would like to fail at build time, but
>> this is the best I have got so far. Be very clear in the docs, anyway.
> Based on feedback for <regex> users much prefer to have something
> undefined than to have it defined but non-functional or causing an
> abort.
That for sure. But I don't think the situation is exactly the same, to
be honest. Note, I don't know what exactly "undesignated" means, I
understand you already used that approach, thus don't hesitate to try it
here too!
Take your time (no pun intended ;) you may want to disable temporarily
the auto with a FIXME comment.
Paolo.
More information about the Libstdc++
mailing list