summaryrefslogtreecommitdiff
path: root/examples/all_features/test_output/filter_2.txt
diff options
context:
space:
mode:
authorNavin P <74448943+navinp0304@users.noreply.github.com>2021-03-21 19:15:46 +0530
committerViktor Kirilov <vik.kirilov@gmail.com>2021-03-22 14:05:04 +0200
commit318e1dff9720b5c7abffc05b1bcbf231c2f1ad38 (patch)
tree866cb36c53ee95e23708f5c615c41f1f8f634614 /examples/all_features/test_output/filter_2.txt
parent3bfbed30e3d55188fa65d93b0046a3f3de274b0b (diff)
REQUIRE does not compile when operator== in different namespace #443 . (#468)
* REQUIRE does not compile when operator== in different namespace #443 . Expression_lhs.op member method is not instantiated when it is missing a member operator and the user defined conversion is able to apply the global operator. * Removing utility and using an overloaded version of declval which is faster in doctest_fwd.h . * Using templated operator== inside TEST_CASE changes deduced types of forwarding references #399 . This is fixed by using rvalues as function argument and using forward for the right type of reference. Now both gcc and doctest either fails or either compiles but not like one compiles and the other fails
Diffstat (limited to 'examples/all_features/test_output/filter_2.txt')
-rw-r--r--examples/all_features/test_output/filter_2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/all_features/test_output/filter_2.txt b/examples/all_features/test_output/filter_2.txt
index 18fe106..8abc26e 100644
--- a/examples/all_features/test_output/filter_2.txt
+++ b/examples/all_features/test_output/filter_2.txt
@@ -1,6 +1,6 @@
[doctest] run with "--help" for options
===============================================================================
-[doctest] test cases: 0 | 0 passed | 0 failed | 81 skipped
+[doctest] test cases: 0 | 0 passed | 0 failed | 90 skipped
[doctest] assertions: 0 | 0 passed | 0 failed |
[doctest] Status: SUCCESS!
Program code.