ridiculousfish / cdecl-blocks

The venerable cdecl, with Apple blocks support
977 stars 75 forks source link

user defined literal operator with trailing return type #17

Closed IOBYTE closed 5 years ago

IOBYTE commented 5 years ago

I'm getting an error for: `c++decl> explain auto operator "" _numch(const char *ch, std::size_t size) noexcept -> std::size_t; ^ 23: syntax error: """: cast or declaration expected

`

IOBYTE commented 5 years ago

wrong web site