You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSVC 2013 is a 4+ years old compiler with many bugs that cause a lot of trouble supporting it.
The library and generated code can be simplified and cleaned up after we drop it.
The text was updated successfully, but these errors were encountered:
To support MSVC 2013, Bond cppcodegen generated conditional code (using
This PR cleans up cppcodegen to remove MSVC 2013 conditional code and
changes unit tests in cppcodegen correspondingly.
It also cleans up C++ and python code of MSVC 2013 conditional code.
Fixesmicrosoft#851
The MSVC 2013 is a 4+ years old compiler with many bugs that cause a lot of trouble supporting it.
The library and generated code can be simplified and cleaned up after we drop it.
The text was updated successfully, but these errors were encountered: