~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libtest/comparison.hpp

  • Committer: Continuous Integration
  • Date: 2012-04-03 15:33:28 UTC
  • mfrom: (991.4.1 workspace)
  • mto: This revision was merged to the branch mainline in revision 992.
  • Revision ID: ci@tangent.org-20120403153328-c3hchrmd2bvfxayb
Merge working tree with build tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
namespace libtest {
36
36
 
 
37
LIBTEST_API
 
38
bool gdb_is_caller(void);
 
39
 
 
40
LIBTEST_API
 
41
bool valgrind_is_caller(void);
 
42
 
 
43
LIBTEST_API
37
44
bool _in_valgrind(const char *file, int line, const char *func);
38
45
 
39
46
template <class T_comparable, class T_hint>