From de86ba3dd4b475901a9b9c75067e88153f036f5a Mon Sep 17 00:00:00 2001 From: rich_sposato Date: Sat, 31 Jan 2009 07:51:27 +0000 Subject: [PATCH] Updated comment. git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@982 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/static_check.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/loki/static_check.h b/include/loki/static_check.h index 8a07b48..48aa9df 100644 --- a/include/loki/static_check.h +++ b/include/loki/static_check.h @@ -29,8 +29,8 @@ namespace Loki } //////////////////////////////////////////////////////////////////////////////// -// macro STATIC_CHECK -// Invocation: STATIC_CHECK(expr, id) +// macro LOKI_STATIC_CHECK +// Invocation: LOKI_STATIC_CHECK(expr, id) // where: // expr is a compile-time integral or pointer expression // id is a C++ identifier that does not need to be defined