If I have a function: @safe pure void functionName() { return; } Where do I put the noexcept?
- How does noexcept work? Jeroen Bollen
- Re: How does noexcept work? Namespace
- Re: How does noexcept work? Jeroen Bollen
If I have a function: @safe pure void functionName() { return; } Where do I put the noexcept?