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

Rephrase initializers to work with VC++ 2012 #1195

Merged
merged 1 commit into from Jul 15, 2014

Conversation

zao
Copy link
Contributor

@zao zao commented Jul 15, 2014

VS2012 does not grok C++11 initializer lists much at all, so we rewrite
them into temporary arrays that are iterated over or initialized with.

VS2012 does not grok C++11 initializer lists much at all, so we rewrite
them into temporary arrays that are iterated over or initialized with.
@sithhell
Copy link
Member

Thanks. Good catch. Merging.

sithhell added a commit that referenced this pull request Jul 15, 2014
Rephrase initializers to work with VC++ 2012
@sithhell sithhell merged commit 8ad77fc into STEllAR-GROUP:master Jul 15, 2014
@zao zao deleted the v110-test-initializers branch July 15, 2014 09:21
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