You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried building the test code from issue #16 with GDC-MingW (The gcc-4.6.1-tdm64-1-gdc-7e1a98da2769-20120428-D2.058 build from https://bitbucket.org/goshawk/gdc/downloads), and got the error:
orange\orange\serialization\Serializer.d: In member function 'getSerializedReference':
orange\orange\serialization\Serializer.d:1561:0: error: cannot convert to a pointer type
orange\orange\serialization\Serializer.d: In member function 'addSerializedReference':
orange\orange\serialization\Serializer.d:1522:0: error: cannot convert to a pointer type
Where T is A[string].
The text was updated successfully, but these errors were encountered:
I just tried building the test code from issue #16 with GDC-MingW (The gcc-4.6.1-tdm64-1-gdc-7e1a98da2769-20120428-D2.058 build from https://bitbucket.org/goshawk/gdc/downloads), and got the error:
orange\orange\serialization\Serializer.d: In member function 'getSerializedReference':
orange\orange\serialization\Serializer.d:1561:0: error: cannot convert to a pointer type
orange\orange\serialization\Serializer.d: In member function 'addSerializedReference':
orange\orange\serialization\Serializer.d:1522:0: error: cannot convert to a pointer type
Where T is A[string].
The text was updated successfully, but these errors were encountered: