Search

September 06
General »
It should be a pragma. In general, a pragma is something a conforming compiler can...
September 05
Issues »
...for printf specifiers.
  Add stdio import.
  Mention pragma(printf).
  Show string literal with `%s`.

  Fix...
September 03
General »
Please submit bugs to bugzilla!
September 03
General »
...the pragma to `Foo` which I think is wrong (because no semicolon after the pragma...
September 03
General »
...put the pragma(inline) in GetFoo.

RazvanN

[1] https://dlang.org/spec/pragma.html#inline
September 02
General »
Seems like an oversight?

```d
int Foo()
{
    pragma(inline,true)
    int GetFoo() { return 42; }
    return...
September 01
Issues »
...void foo()
    {
        pragma(msg, typeof(&S.foo)); // void delegate();

        auto f = &S.foo;
        pragma(msg...
August 31
Issues »
...pull request #16821 "Fix bugzilla 24733 - ImportC: `#pragma pack(pop)` restores wrong alignment" was merged...
August 31
General »
...main(){
    S s;
    pragma(msg,__traits(isRef,s.tupleof[0])); // false
    pragma(msg,__traits(isSame...
August 30
Issues »
...for printf specifiers.
  Add stdio import.
  Mention pragma(printf).
  Show string literal with `%s`.

  Fix...
1 2 3 4 5 6 7 8
Next ›   Last »