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/container/test.hxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'common/container') diff --git a/common/container/test.hxx b/common/container/test.hxx index ff2a4e2..c531efb 100644 --- a/common/container/test.hxx +++ b/common/container/test.hxx @@ -182,6 +182,25 @@ struct object str_num_umap snum; num_comp_umap ncum; comp_str_umap csum; +#else + // Dummy containers to get the equivalent DROP TABLE statements. + // + num_vector na; + num_vector sa; + num_vector ca; + + num_vector nfl; + num_vector sfl; + num_vector cfl; + + num_set nus; + str_set sus; + comp_set cus; + + num_str_map nsum; + str_num_map snum; + num_comp_map ncum; + comp_str_map csum; #endif std::string str; -- cgit v1.1