aboutsummaryrefslogtreecommitdiff
path: root/common/section/polymorphism/test.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-12-13 21:57:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-23 21:20:44 +0300
commitfc3fb39c90ab7fe5fccbe3f3bc0eb2645157bb96 (patch)
tree6c8c1bfb5fe89f7378b92ac066b4ca8ecfd25228 /common/section/polymorphism/test.hxx
parent02367faedb16b6186e8852de47e5b749dc48c2df (diff)
Switch to build2
Diffstat (limited to 'common/section/polymorphism/test.hxx')
-rw-r--r--common/section/polymorphism/test.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/section/polymorphism/test.hxx b/common/section/polymorphism/test.hxx
index 7db7118..6d524bd 100644
--- a/common/section/polymorphism/test.hxx
+++ b/common/section/polymorphism/test.hxx
@@ -4,8 +4,6 @@
#ifndef TEST_HXX
#define TEST_HXX
-#include <common/config.hxx> // HAVE_CXX11
-
#include <string>
#include <vector>
#include <memory>
@@ -501,7 +499,6 @@ namespace test8
// objects derive polymorphically from the same base (and thus shared the id
// bindind).
//
-#ifdef HAVE_CXX11
#pragma db namespace table("t9_")
namespace test9
{
@@ -541,6 +538,5 @@ namespace test9
elements e2;
};
}
-#endif
#endif // TEST_HXX