Skip to content

Fix Issue 17283 - std.experimental.typecons uses private module members#5319

Merged
dlang-bot merged 1 commit intodlang:masterfrom
RazvanN7:Issue_17283
Apr 3, 2017
Merged

Fix Issue 17283 - std.experimental.typecons uses private module members#5319
dlang-bot merged 1 commit intodlang:masterfrom
RazvanN7:Issue_17283

Conversation

@RazvanN7
Copy link
Collaborator

@RazvanN7 RazvanN7 commented Apr 3, 2017

This issue was discovered while trying to fix a compiler bug (see [1]). It turns out that std.experimental.typecons uses some templates from std.typecons which are private. Since the templates are used in another module, I modified the private attribute to package. At the moment, this is blocking the merging of [1]

[1] dlang/dmd#6660

@dlang-bot
Copy link
Contributor

Fix Bugzilla Description
17283 std.experimental.typecons uses private module members

@dlang-bot dlang-bot merged commit 69f437a into dlang:master Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants