Alexander Grund via Boost said: (by the date of Thu, 7 Jan 2021 16:08:17 +0100)
We even have a complex<float> operator""if(), even though if is a reserved keyword everywhere else. Odd, isn't it? :-) I think the "trick" here is that the identifier is `""if` not `if` (maybe even `operator""if`). Same for `""_W` not `_W`. Who said C++ is easy?
Indeed! The name is `""_W` or even `operator""_W`, so it doesn't start with underscore. Thank you, this is an awesome information. Alexander Grund via Boost said: (by the date of Thu, 7 Jan 2021 15:50:26 +0100)
(I'm sorry to hijack a little bit) You can send a new mail with a new topic
Right. Will do next time! :-) best regards -- # Janek Kozicki http://janek.kozicki.pl/