Skip to content

Commit

Permalink
Fix static constexpr definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrDziarkach committed Aug 1, 2023
1 parent 8b86a0c commit 553b2c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/indigo-core/molecule/src/molecule_sgroups.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ DataSGroup::~DataSGroup()
{
}

constexpr char DataSGroup::mrv_implicit_h[];
constexpr char DataSGroup::impl_prefix[];

bool DataSGroup::isMrv_implicit()
{
return name.size() == sizeof(mrv_implicit_h) && strncmp(name.ptr(), mrv_implicit_h, name.size()) == 0;
Expand Down

0 comments on commit 553b2c8

Please sign in to comment.