[OT] Modules dropped out of C++17

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 9 16:11:34 PDT 2015


On 06/09/2015 08:33 PM, "Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?= 
<ola.fosheim.grostad+dlang at gmail.com>" wrote:
> 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() )
>
>

enum ct(alias a)=a;


More information about the Digitalmars-d mailing list