On 10/12/2014 9:45 PM, Mike Parker wrote:
On 10/12/2014 8:08 PM, John A wrote:


I took your recommendation and cloned from DerelictOrg. It failed to
compile in a couple of files: arb.d and ext.d. All the failures were due
to the same error, e.g.:

source/derelict/opengl3/arb.d:933: error: user defined attributes cannot
appear as postfixes

The original line in Derelict3 is:
   private __gshared bool _ARB_depth_buffer_float;
   bool ARB_depth_buffer_float() @property { return
_ARB_depth_buffer_float; }

The line in DerelictOrg is:
   private __gshared bool _ARB_depth_buffer_float;
   bool ARB_depth_buffer_float() @nogc nothrow @property { return
_ARB_depth_buffer_float; }


Fixed in master. Tag 1.0.10 for those using DUB.


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

Reply via email to