diff --git a/oxenmq/bt_serialize.h b/oxenmq/bt_serialize.h index 6767e79..3fdf5c8 100644 --- a/oxenmq/bt_serialize.h +++ b/oxenmq/bt_serialize.h @@ -373,11 +373,11 @@ template struct bt_deserialize> : bt_deserialize_tuple {}; template -constexpr bool is_bt_tuple = false; +inline constexpr bool is_bt_tuple = false; template -constexpr bool is_bt_tuple> = true; +inline constexpr bool is_bt_tuple> = true; template -constexpr bool is_bt_tuple> = true; +inline constexpr bool is_bt_tuple> = true; template