aboutsummaryrefslogtreecommitdiff
path: root/odb/details/meta/class-p.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/meta/class-p.hxx')
-rw-r--r--odb/details/meta/class-p.hxx2
1 files changed, 1 insertions, 1 deletions
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 <typename X>
struct class_p
{
- static bool const r = sizeof (class_p_test<X> (0)) == sizeof (yes);
+ static const bool r = sizeof (class_p_test<X> (0)) == sizeof (yes);
};
}
}