Commit 1719f51e authored by Davis King's avatar Davis King

Fixed tabbing

parent f6f744f7
...@@ -836,7 +836,7 @@ namespace dlib ...@@ -836,7 +836,7 @@ namespace dlib
template <long x, long y> template <long x, long y>
struct tmin<x,y,typename enable_if_c<(y < x)>::type> { const static long value = y; }; struct tmin<x,y,typename enable_if_c<(y < x)>::type> { const static long value = y; };
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#define DLIB_MAKE_HAS_MEMBER_FUNCTION_TEST(testname, returnT, funct_name, args) \ #define DLIB_MAKE_HAS_MEMBER_FUNCTION_TEST(testname, returnT, funct_name, args) \
struct _two_bytes_##testname { char a[2]; }; \ struct _two_bytes_##testname { char a[2]; }; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment