[Bug libstdc++/58038] New: std::this_thread::sleep_until can cause inifinite sleep

2013-07-31 Thread mario.biel...@tu-dresden.de
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: mario.biel...@tu-dresden.de Created attachment 30576 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30576&action=edit Small test case, build with g++ -std=c++0x When using slee

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2013-11-18 Thread mario.biel...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #5 from Mario Bielert --- Hello Jonathan, I wonder whether this bug is solved or not, as you already posted in July a posible solution? Best Regards, Mario

[Bug c++/87478] New: Hidden member function falsely takes part in qualified name lookup

2018-10-01 Thread mario.biel...@tu-dresden.de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mario.biel...@tu-dresden.de Target Milestone: --- Created attachment 44772 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44772&action=edit Example code, which sh