http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54354
Daniel Morilha changed:
What|Removed |Added
CC||dmorilha at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54354
--- Comment #5 from Daniel Morilha ---
I just realized I can use operating system functionality to achieve the same
goal. Please ignore my question and thanks for the quick follow up. Looking
forward to gcc 4.9.0
: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: dmorilha at gmail dot com
Target Milestone: ---
when compiling libstdc++ with --enable-symvers=gnu-versioned-namespace
std::regex complaining about private data members trying to be accessed outside
the class:
22:55:46
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68058
--- Comment #1 from Daniel Morilha ---
Created attachment 36564
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36564&action=edit
regex patch
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: dmorilha at gmail dot com
Target Milestone: ---
/home/y/lib/gcc/x86_64-redhat-linux/5.2.0/include/c++/chrono:873:19: error:
reference to ‘literals’ is