summaryrefslogtreecommitdiff
path: root/modules/codec/c++
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++')
-rw-r--r--modules/codec/c++/data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp
index b9924c7..ae9d8eb 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -90,7 +90,7 @@ struct native_data_type<schema::Primitive<schema::FloatingPoint, 8>> {
template<typename T, typename Encoding = FORSTIO_DEFAULT_DATA_ENCODING>
class data {
private:
- static_assert(always_false<T>, "Type not supported.");
+ static_assert(always_false<T,Encoding>, "Type not supported.");
};
template<>