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

Eliminate libstdc++ support from CMakeLists #449

Merged
merged 1 commit into from
Mar 6, 2015
Merged

Conversation

codemercenary
Copy link
Contributor

Closes #448

The time has finally come to eliminate support for libstdc++ once and for all. We will start by short-circuiting all preprocessor blocks and macros that make references to libcxx. Then comes the slow, arduous process of fixing all of the stupid backflips that we had to make to classes such as ObjectPool to make them compatible with libstdc++.

libstdc++ is dead. Long live libc++

The time has finally come to eliminate support for libstdc++ once and for all.  We will start by short-circuiting all preprocessor blocks and macros that make references to libcxx.  Then comes the slow, arduous process of fixing all of the stupid backflips that we had to make to classes such as `ObjectPool` to make them compatible with libstdc++.

libstdc++ is dead.  Long live libc++.
gtremper added a commit that referenced this pull request Mar 6, 2015
Eliminate libstdc++ support from CMakeLists
@gtremper gtremper merged commit 5a261d6 into develop Mar 6, 2015
@gtremper gtremper deleted the dep-libstdc branch March 6, 2015 01:24
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.

2 participants