~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libtest/comparison.hpp

  • Committer: Continuous Integration
  • Date: 2012-10-22 05:56:09 UTC
  • mfrom: (1086.1.8 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20121022055609-cbooaw9bcdal4qge
Merge lp:~tangent-org/libmemcached/1.0-build Build: jenkins-Libmemcached-1.0-87

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
LIBTEST_API
63
63
bool _in_valgrind(const char *file, int line, const char *func);
64
64
 
 
65
LIBTEST_API
 
66
bool helgrind_is_caller(void);
 
67
 
65
68
template <class T_comparable>
66
69
bool _compare_truth(const char *file, int line, const char *func, T_comparable __expected, const char *assertation_label)
67
70
{