Skip to content

Commit

Permalink
Do not pull in internal retail assert header (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxhaw authored Mar 19, 2021
1 parent 626bf89 commit cfd7b05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions production/inc/gaia/direct_access/edc_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

#include "gaia/direct_access/edc_object.hpp"

#include "gaia_internal/common/retail_assert.hpp"

namespace gaia
{

Expand Down Expand Up @@ -54,7 +52,6 @@ class edc_vector_t
: m_vector(vector_ptr)
{
static_assert(std::is_arithmetic<T_type>::value, "edc_vector_t only supports basic types!");
common::retail_assert(vector_ptr != nullptr, "edc_vector_t does not support null-valued array pointers!");
};

const flatbuffers::Vector<T_type>* m_vector;
Expand Down

0 comments on commit cfd7b05

Please sign in to comment.