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

Fix #246, add type traits check #486

Merged
merged 2 commits into from
Aug 10, 2019

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Jul 23, 2019

previous cleanup did most of the work, but add an explicit test that
half is now trivial and default constructible

Signed-off-by: Kimball Thurston kdt3rd@gmail.com

previous cleanup did most of the work, but add an explicit test that
half is now trivial and default constructible

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
@cary-ilm
Copy link
Member

cary-ilm commented Jul 23, 2019 via email

@meshula
Copy link
Contributor

meshula commented Jul 23, 2019

Abseil has a workaround and details on the gcc issues here https://github.com/abseil/abseil-cpp/blob/master/absl/meta/type_traits.h starting at line 258. Maybe there's some hints on a solution there.

…mpilers

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
@kdt3rd
Copy link
Contributor Author

kdt3rd commented Jul 24, 2019

I just am doing the check in c++14, which should require a compliant compiler, and is only a safety check anyway.

@kdt3rd kdt3rd merged commit 1aeba79 into AcademySoftwareFoundation:master Aug 10, 2019
@kdt3rd kdt3rd deleted the fix_246 branch August 10, 2019 06:31
@cary-ilm cary-ilm added this to the v2.4.0 milestone Aug 10, 2019
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.

5 participants