...ing logging 4.0

はてなブログに移行しました。D言語の話とかいろいろ。

dmd 2.015

  • Version D 2.015 Jun 17, 2008
    • New/Changed Features
      • Template alias arguments can now be literals.
      • Function templates can now deduce the return type if they are declared with auto.
      • Non-lvalues are no longer matched to ref and out parameters when overloading.
      • Relaxed hidden hijacking detection when hidden function is disjoint from overloading with any other virtual function in the heirarchy.
      • Added version identifier D_PIC when -fPIC switch is used.
      • Added Constraints to templates.

戻り値の型推論ktkr.
他のも気になる.
音沙汰がないと思ってたらこんなもん実装してたのか!