Skip to content

Commit

Permalink
add BarrenDecl to reader dispatch list
Browse files Browse the repository at this point in the history
  • Loading branch information
cdacamar committed Oct 23, 2023
1 parent f6a25e8 commit f064b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ifc/reader.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ namespace ifc {
case DeclSort::Property: return std::forward<F>(f)(index, get<symbolic::PropertyDecl>(index));
case DeclSort::OutputSegment: return std::forward<F>(f)(index, get<symbolic::SegmentDecl>(index));
case DeclSort::SyntaxTree: return std::forward<F>(f)(index, get<symbolic::SyntacticDecl>(index));
case DeclSort::Barren: return std::forward<F>(f)(index, get<symbolic::BarrenDecl>(index));

case DeclSort::Barren: // IFC has no corresponding structure as of 05/12/2022
case DeclSort::VendorExtension:
case DeclSort::Count:
default:
Expand Down

0 comments on commit f064b7c

Please sign in to comment.