[OT] Modules dropped out of C++17

via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 9 11:33:45 PDT 2015


On Tuesday, 9 June 2015 at 18:20:43 UTC, Tobias Müller wrote:
> And if you don't give that guarantee, well then it may just 
> work. Or not.
> Or just stop working at some point in the future.

It would be nice to have an operator that forces CTFE and 
inlining.

@ct( this_is_ctfe() )

@inline( this_is_inlined() )




More information about the Digitalmars-d mailing list