Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: takechi101010 at gmail dot com
Target Milestone: ---
Following code fails to compile:
```c++
#include
#include
#include
constexpr size_t copy(std::string_view str, char* dst
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48935
Summary: Name lookup error at enum class
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassig...@gcc.gnu.or
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48935
--- Comment #1 from Takeshi Watanabe
2011-05-09 14:02:33 UTC ---
Created attachment 24212
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24212
code