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.