Skip to content

Commit

Permalink
Remove attributes on fwd declared enum class
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed May 18, 2024
1 parent b1421be commit ef0f8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncrystal_core/include/NCrystal/NCTypes.hh
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ namespace NCRYSTAL_NAMESPACE {
ValStr_buf_minsize, ValBool_buf_minsize,
ValVector_buf_minsize, ValOrientDir_buf_minsize );
}
enum class NCRYSTAL_API VarId : std::uint32_t;//only fwd decl here
enum class VarId : std::uint32_t;//only fwd decl here
using VarBuf = ImmutableBuffer<varbuf_calc::buf_minsize,varbuf_calc::buf_align,VarId>;
using VarBufVector = SmallVector<VarBuf,7,SVMode::FASTACCESS_IMPLICITCOPY>;
}
Expand Down

0 comments on commit ef0f8c1

Please sign in to comment.