Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2017-08-11 13:15:37 +0300
committeronqtam <vik.kirilov@gmail.com>2017-09-05 13:10:02 +0300
commit69d3c9eec2b1c8bfe12ac03fa3ed80c7732c0f33 (patch)
treef4eb253991b9f77e6fd8ff7da88a55d5dd54406f /.gitignore
parente061469dea75fd180ef324df1c77b5729a60e911 (diff)
removed a bunch of templates simulating the is_constructible<> trait 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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5610aa7f..36eea99a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@
# My garbage :)
Win32/
x64/
+doctest_with_main.dir/
scripts/bench/project/*
scripts/bench/catch*.hpp
build/