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

Removed NO_VOID_RETURNS workaround #56

Merged

Conversation

Kojoley
Copy link
Contributor

@Kojoley Kojoley commented Jan 5, 2019

The workaround is obsolete, from Boost.Config it looks like it was used for very old EDG2.4, VC6, and other compilers in VC6 emulation mode.

I have checked MSVC 9.0, GCC 4.1.2, Clang 3.0.0, and ICC 13.0.1 - all of them do allow void return. https://godbolt.org/z/9zS4TS

The workaround is obsolete, from Boost.Config it looks like it was used for
very old EDG2.4, VC6, and other compilers in VC6 emulation mode.
@coveralls
Copy link

coveralls commented Jan 5, 2019

Coverage Status

Coverage remained the same at 95.063% when pulling c4370b2 on Kojoley:remove-no-void-returns-workaround into 6900641 on boostorg:develop.

@apolukhin apolukhin self-assigned this Jan 6, 2019
@apolukhin apolukhin merged commit 500778b into boostorg:develop Jan 6, 2019
@apolukhin
Copy link
Member

Awesome! Many thanks!

@Kojoley Kojoley deleted the remove-no-void-returns-workaround branch January 6, 2019 11:01
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

3 participants