cppfront
cppfront copied to clipboard
[BUG] using using for operators fails
trafficstars
quick example for reproducing:
main: () = {
using std::operator""sv;
std::cout << "xyzzy"sv;
}
fails compilation with:
error: expected ; at end of using-statement (at '""')