Actually now that I think about it, isOneOf!() is more to my liking. isImplicitlyConvertible allows too much, e.g. implicit casting of unsigned to signed. Even though that might be perfectly valid, I want to optionally allow a warning via a version switch. So I'll be using isOneOf.
- Using allSatisfy with template that takes multiple type ar... Andrej Mitrovic
- Re: Using allSatisfy with template that takes multipl... Andrej Mitrovic
- Re: Using allSatisfy with template that takes mul... Philippe Sigaud
- Re: Using allSatisfy with template that takes multipl... David Nadlinger
- Re: Using allSatisfy with template that takes mul... Andrej Mitrovic
- Re: Using allSatisfy with template that takes mul... Christophe
- Re: Using allSatisfy with template that takes mul... bearophile
- Re: Using allSatisfy with template that takes... Andrej Mitrovic