From 20d2fe275956aaa289d69766e32bfea58d0121c7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Feb 2020 15:52:42 +0200 Subject: Exclude specializations that cause MSVC errors --- odb/c-array-traits.hxx | 2 ++ 1 file changed, 2 insertions(+) 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 class access::container_traits; @@ -95,6 +96,7 @@ namespace odb template class access::container_traits; #endif +#endif } #include -- cgit v1.1