[PATCH 1/3] libstdc++: Add time_get::get support.

Paolo Carlini paolo.carlini@oracle.com
Tue Apr 15 21:38:00 GMT 2014


Hi,

On 04/15/2014 11:19 PM, Rüdiger Sonderfeld wrote:
> This patch adds support for std::time_get::get and std::time_get::do_get
> [locale.time.get].  Currently do_get is not virtual because this caused
> segfault errors for me.
Those should be isolated and a compiler bug report opened including a 
minimized reproducer.

Anyway, the real issue is indeed that implementing those bits requires a 
new virtual function, and that would break the ABI. We do have a bug in 
Bugzilla tracking the issue.

Thanks!
Paolo.



More information about the Libstdc++ mailing list