Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cxx initialization: make constructor explicit #24622

Merged
merged 1 commit into from Nov 16, 2017
Merged

cxx initialization: make constructor explicit #24622

merged 1 commit into from Nov 16, 2017

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Nov 16, 2017

clang in macOS 10.9 incorrectly marks this as required (as seen in https://build.julialang.org/builders/build_osx10.9-x64/builds/1596/steps/shell_1/logs/stdio)

clang in macOS 10.9 incorrectly marks this as required
@@ -542,7 +542,7 @@ void CloneCtx::check_partial(Group &grp, Target &tgt)
grp.clone_fs.insert(i);
all_origs.insert(orig_f);
}
std::set<Function*> sets[2]{all_origs, {}};
std::set<Function*> sets[2]{all_origs, std::set<Function*>{}};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does leaving it out work?

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure, I'm just sort of doing a random walk to figure out what will make the buildbot happy

@vtjnash vtjnash merged commit 7d7a456 into master Nov 16, 2017
@vtjnash vtjnash deleted the jn/24622 branch November 16, 2017 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants