diff options
-rw-r--r-- | odb/c-array-traits.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/c-array-traits.hxx b/odb/c-array-traits.hxx index 1acc0d7..44d5bb9 100644 --- a/odb/c-array-traits.hxx +++ b/odb/c-array-traits.hxx @@ -88,6 +88,7 @@ namespace odb // Disable for char[N] and wchar_t[N]. // +#ifdef ODB_COMPILER template <std::size_t N> class access::container_traits<char[N]>; @@ -95,6 +96,7 @@ namespace odb template <std::size_t N> class access::container_traits<wchar_t[N]>; #endif +#endif } #include <odb/post.hxx> |