-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Add support to Approx for strong typedefs of double #62
Comments
onqtam
added a commit
that referenced
this issue
Apr 7, 2017
- added is_constructible<> trait which for gcc/clang works as expected but for MSVC accepts only 1 argument for construction and versions of MSVC older than 2012 will always return false - so strong typedefs of double won't work with Approx there.
onqtam
added a commit
that referenced
this issue
Apr 9, 2017
…an be constructed - see here: http://stackoverflow.com/questions/43306848 relates #62
onqtam
added a commit
that referenced
this issue
Apr 9, 2017
… pointer support - builds with old MSVC versions should pass now - relates #62
onqtam
added a commit
that referenced
this issue
May 15, 2017
…an be constructed - see here: http://stackoverflow.com/questions/43306848 relates #62
onqtam
added a commit
that referenced
this issue
May 15, 2017
… pointer support - builds with old MSVC versions should pass now - relates #62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see these for more info:
The text was updated successfully, but these errors were encountered: