Skip to content

Commit

Permalink
fix StringIndex definition (see microsoft/ifc-spec#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyG committed Dec 30, 2022
1 parent dbda0e4 commit 52a72a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/include/ifc/ExpressionFwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace ifc
using ExprIndex = AbstractReference<6, ExprSort>;

enum class StringSort : uint8_t;
using StringIndex = AbstractReference<4, StringSort>;
using StringIndex = AbstractReference<3, StringSort>;

struct LiteralExpression;
struct TupleExpression;
Expand Down

0 comments on commit 52a72a1

Please sign in to comment.