[Bug libstdc++/57513] New: std::regex_token_iterator fails to link

2013-06-03 Thread andy at aligature dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: andy at aligature dot com Created attachment 30251 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30251&action=edit test code file Any code using std::regex_token_iterator fails to link with gcc-4.8.1. See the a

[Bug c++/52521] [C++11] user defined literals and order of declaration

2012-03-16 Thread andy at aligature dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52521 --- Comment #8 from Andy Webber 2012-03-16 20:06:52 UTC --- Ah, that fixes it. It could be good to update the release notes to match. Thanks to Ed Smith-Rowland, G++ now implements C++11 user-defined literals. // Not actually a good approximati

[Bug c++/52521] [C++11] user defined literals and order of declaration

2012-03-16 Thread andy at aligature dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52521 Andy Webber changed: What|Removed |Added CC||andy at aligature dot com --- Comment #6