On Friday, 21 June 2019 at 19:18:02 UTC, KnightMare wrote:
On Friday, 21 June 2019 at 12:02:10 UTC, Jonathan M Davis wrote:

auto goodName( ... ) {
    pragma( inline, true )
    return terribleName( ... );
}

hmm.. I have a question: this pragma will inline terribleName (double code) or goodName (fine)?

Reply via email to