From 21e9146eb9e093d940d95799e365a55f83ac8954 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 19 Apr 2011 14:21:05 +0200 Subject: Refactor such that const keyword always precedes type that it qualifies --- odb/details/meta/class-p.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/details') diff --git a/odb/details/meta/class-p.hxx b/odb/details/meta/class-p.hxx index 1ce6c0d..fd28b1c 100644 --- a/odb/details/meta/class-p.hxx +++ b/odb/details/meta/class-p.hxx @@ -24,7 +24,7 @@ namespace odb template struct class_p { - static bool const r = sizeof (class_p_test (0)) == sizeof (yes); + static const bool r = sizeof (class_p_test (0)) == sizeof (yes); }; } } -- cgit v1.1