From 69c77457dd476fd554557d8ea39e6b4a1424259e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Mar 2012 12:32:53 +0200 Subject: Make sure we have same container members in all configurations --- common/relationship/test.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/relationship') diff --git a/common/relationship/test.hxx b/common/relationship/test.hxx index e66e72c..5383db6 100644 --- a/common/relationship/test.hxx +++ b/common/relationship/test.hxx @@ -244,6 +244,10 @@ struct aggr obj2_ptr o2; // std::auto_ptr or std::unique_ptr #ifdef HAVE_CXX11 obj2_vec v2; +#else + // Dummy containers to get the equivalent DROP TABLE statements. + // + std::vector v2; #endif #if defined(HAVE_CXX11) || defined(HAVE_TR1_MEMORY) -- cgit v1.1