lysdexic@programming.devM to C++@programming.devEnglish · 1 year agoPlease repeat yourself: The noexcept(noexcept(...)) idiom - The Old New Thingdevblogs.microsoft.comexternal-linkmessage-square2fedilinkarrow-up113arrow-down11
arrow-up112arrow-down1external-linkPlease repeat yourself: The noexcept(noexcept(...)) idiom - The Old New Thingdevblogs.microsoft.comlysdexic@programming.devM to C++@programming.devEnglish · 1 year agomessage-square2fedilink
minus-squarecmeerw@programming.devlinkfedilinkEnglisharrow-up1·1 year agosimilar thing with requires requires { ... and you can nest it even further: requires requires { requires ...
similar thing with
requires requires { ...
and you can nest it even further:
requires requires { requires ...