projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
95474a1
)
c++: references cannot be NULL
author
Michael Wallner
<mike@php.net>
Mon, 6 Jan 2020 11:26:39 +0000
(12:26 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 6 Jan 2020 11:26:39 +0000
(12:26 +0100)
libtest/comparison.hpp
patch
|
blob
|
history
diff --git
a/libtest/comparison.hpp
b/libtest/comparison.hpp
index c67bc33f1a04b2ebad0fb5a7f91de402b4340036..9a7d81c0413a5abb8c02b9dcad7d8cd7d65ec28f 100644
(file)
--- a/
libtest/comparison.hpp
+++ b/
libtest/comparison.hpp
@@
-91,7
+91,7
@@
bool _compare(const char *file, int line, const char *func, const T1_comparable&
}
template <class T1_comparable, class T2_comparable>
-bool _compare_strcmp(const char *file, int line, const char *func, const T1_comparable
& __expected, const T2_comparable&
__actual)
+bool _compare_strcmp(const char *file, int line, const char *func, const T1_comparable
*__expected, const T2_comparable *
__actual)
{
if (__expected == NULL)
{