-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Use generic detection idiom in isFinite()
#3402
Conversation
dfcb3c4
to
da6bbe9
Compare
Yeah, can't figure out the how to resolve the boost errors. They are too verbose 😅 |
1ceca19
to
ad1a116
Compare
I'll have a look at this later today 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 . Thank you for the insight into the upcoming updates in the std lib. I'm assuming the CI issue are being caused by external factors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please rewrite the history as needed.
14111bf
to
1eae214
Compare
isFinite
with more usage specificityisFinite
with more usage specific…
isFinite
with more usage specific…isFinite()
Enhances PCL to have
isXYFinite
,isXYZFinite
,isNormalFinite
to handle specific cases in algorithm, not dependent on the actual type but still dependent on the contents.Adds concepts like classes for future modernization for SFINAE.
\fixes #2664 (the concerns raised in it)