[Bug c++/50967] [C++0x] Literal operators are not found by using-declarations
daniel.kruegler at googlemail dot com
gcc-bugzilla@gcc.gnu.org
Wed Nov 2 22:17:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50967
Daniel Krügler <daniel.kruegler at googlemail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|rejects-valid |
--- Comment #2 from Daniel Krügler <daniel.kruegler at googlemail dot com> 2011-11-02 22:17:04 UTC ---
I apologize, I should have better read the standardeze carefully: The wording
requires to write
using tools::operator "" _b;
instead (which is an literal-operator-id).
I suggest to close the issue as INVALID.
More information about the Gcc-bugs
mailing list