Beta D 2.071.0-b2
Jacob Carlborg via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Mar 30 23:49:47 PDT 2016
On 2016-03-30 13:03, Martin Nowak wrote:
> Second beta for the 2.071.0 release.
I'm compiling my projects using the new beta. I get some errors about
the new import rules that I don't really understand:
clang/Type.d(114,24): Deprecation: local import search method found
overloadset clang.Type.isEmpty instead of overloadset clang.Type.isEmpty
This is where it complains [1], "isEmpty" pulled in from here [2] and
declared here [3].
[1] https://github.com/jacob-carlborg/dstep/blob/master/clang/Type.d#L114
[2] https://github.com/jacob-carlborg/dstep/blob/master/clang/Type.d#L9
[3]
https://github.com/jacob-carlborg/mambo/blob/master/mambo/core/Array.d#L110
--
/Jacob Carlborg
More information about the Digitalmars-d-announce
mailing list