Skip to content

MSVC fixes. Noexcept and =default for move. #449

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

Closed
wants to merge 1 commit into from

Conversation

Velho
Copy link

@Velho Velho commented Sep 20, 2014

Fixes some issues with MSVC compiler. I used /DBOOST_NO_CXX11_DEFAULTED_FUNCTIONS to get correct preprocessors. Dont know if it should be added in CMake files under Win32 configurations.
Tested with MSVC 12.

@glynos
Copy link
Member

glynos commented Sep 20, 2014

Hi Velho,

Thanks for the effort but I won't merge these changes. The idea is that we are deprecating the macros that you are using in favour of using the noexcept, default, delete keywords explicitly. I know these aren't yet supported on any version of a Visual Studio compiler, but we are building the 1.0 version to be fully c++11 compatible. so far using GCC and Clang. This might sound frustrating to a Windows dev., but I expect this to change by the time MSVC 2014 comes around and we hope to support future versions of this compiler fully.

Sorry if this is not helpful to you today, and I hope you will still be willing to contribute in the future.

@glynos glynos closed this Sep 20, 2014
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