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

Some fixes for MSVC2013 #6

Merged
merged 5 commits into from Feb 25, 2015
Merged

Some fixes for MSVC2013 #6

merged 5 commits into from Feb 25, 2015

Conversation

rpavlik
Copy link
Contributor

@rpavlik rpavlik commented Feb 24, 2015

I'm using this on MSVC2013. There are a few things it just won't be able to handle (no constexpr for example, so tests don't build because string blows up) but the variadic template stuff seems to fill a need and prevent me from re-writing things. These small changes let me use a chunk of the sequence stuff on VC12.

sbabbi added a commit that referenced this pull request Feb 25, 2015
Some fixes for MSVC2013
@sbabbi sbabbi merged commit 46ef3c2 into sbabbi:master Feb 25, 2015
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