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

Remove legacy support for Xcode + libstdc++ #999

Merged
merged 15 commits into from Sep 29, 2016
Merged

Conversation

jdonald
Copy link
Contributor

@jdonald jdonald commented Sep 21, 2016

We soon need to update autowiring to support Xcode 8. In the meantime, remove legacy unsupported configurations such as the libstdc++ build.

Removing the _LIBCPP_VERSION leads to implying STL11_ALLOWED for all of MSVC/clang/gcc and simplifies much of this header.

I tried to leave support for older versions of gcc intact, although I suspect we're not testing those paths either.

@jdonald jdonald added the upkeep label Sep 21, 2016
@hham hham self-assigned this Sep 28, 2016
#endif
// various compiler targets.

#define STL11_ALLOWED 1
Copy link
Contributor

@hham hham Sep 28, 2016

Choose a reason for hiding this comment

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

STL11_ALLOWED seems unnecessary any more.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh that was done out of caution given existing projects could rely on it. In platform, I removed one use of it in FileSystemUtil.cpp only recently.

Nonetheless, we probably shouldn't have users relying on it. I just checked and neither leapipc nor LeapHTTP use it, so I've gone ahead and removed here.

@hham
Copy link
Contributor

hham commented Sep 28, 2016

It looks good except for unnecessary STL11_ALLOWED define.

@hham
Copy link
Contributor

hham commented Sep 29, 2016

Good to move on.

@hham hham merged commit 78bf34d into master Sep 29, 2016
@hham hham deleted the dep-libstdcpp-xcode branch September 29, 2016 18:28
@yeswalrus yeswalrus added this to the v1.0.4 milestone May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants