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

Add support to Approx for strong typedefs of double #62

Closed
onqtam opened this issue Apr 7, 2017 · 0 comments
Closed

Add support to Approx for strong typedefs of double #62

onqtam opened this issue Apr 7, 2017 · 0 comments

Comments

@onqtam
Copy link
Member

onqtam commented Apr 7, 2017

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
… pointer support - builds with old MSVC versions should pass now - relates #62
onqtam added a commit that referenced this issue Apr 11, 2017
@onqtam onqtam closed this as completed in 2825144 May 15, 2017
onqtam added a commit that referenced this issue May 15, 2017
… pointer support - builds with old MSVC versions should pass now - relates #62
onqtam added a commit that referenced this issue May 15, 2017
onqtam added a commit that referenced this issue Aug 11, 2017
…and added a config option (DOCTEST_CONFIG_INCLUDE_TYPE_TRAITS) that triggers the inclusion of <type_traits> and enables the ability for the Approx helper to be used with strong typedefs of double - fixes #85 and relates #62

also changed links to paypal to have a default amount
onqtam added a commit that referenced this issue Sep 5, 2017
…and added a config option (DOCTEST_CONFIG_INCLUDE_TYPE_TRAITS) that triggers the inclusion of <type_traits> and enables the ability for the Approx helper to be used with strong typedefs of double - fixes #85 and relates #62

also changed links to paypal to have a default amount
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

No branches or pull requests

1 participant