From 2f10ae08d435b12e1798d93e0b90605717c66081 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 17 Aug 2009 13:33:27 -0700 Subject: Support for marshalling pointers / intptr_t in Parcel. Some refactoring to eliminate code duplication in Parcel implementation. --- include/utils/Debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/utils') diff --git a/include/utils/Debug.h b/include/utils/Debug.h index 21d04bd..d9ed32d 100644 --- a/include/utils/Debug.h +++ b/include/utils/Debug.h @@ -29,6 +29,8 @@ template<> struct CompileTimeAssert {}; #define COMPILE_TIME_ASSERT(_exp) \ template class CompileTimeAssert< (_exp) >; #endif +#define COMPILE_TIME_ASSERT_FUNCTION_SCOPE(_exp) \ + CompileTimeAssert<( _exp )>(); // --------------------------------------------------------------------------- -- cgit v1.1