-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support for Visual Studio 2013 #1484
Comments
@curtisman @digitalinfinity @dilijev @LouisLaf @MikeHolman Any thoughts on the matter ? |
|
Agreed. I may be mistaken, but I believe VS 2013 is the only non-fully compliant C++ 11 compiler we support. It would be nice to have the full C++11 feature set available for us to use, by dropping VS 2013.
I believe there were one or two other issues that came up where it would have been nice to have full C++11 support. |
+1, though I seem to remember there being issues about downlevel and ARM. |
Node still support building with VS2013. |
^ And that right there is all the reason we need to keep supporting VS 2013. :P |
That is too bad. Doesn't mean node-chakracore needs to support VS2013, but reasonable to do so. |
I am wondering how long do we plan to support VS 2013?
In PR #1444 I started using
constexpr
on some functions to avoid using macros.Before I reverted those change, I believe it would be worth checking if we planned to drop support soon.
The text was updated successfully, but these errors were encountered: