From 47d57dc9af5db83e5b508282b844064caf9b7968 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 31 Aug 2011 14:08:26 +0200 Subject: Add transient() predicate --- odb/validator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/validator.cxx') diff --git a/odb/validator.cxx b/odb/validator.cxx index a3b0348..56264cc 100644 --- a/odb/validator.cxx +++ b/odb/validator.cxx @@ -48,7 +48,7 @@ namespace virtual void traverse (type& m) { - if (m.count ("transient")) + if (context::transient (m)) return; count_++; -- cgit v1.1