Skip to content

Commit

Permalink
cg: Add typename required by older clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko authored and xlauko committed Oct 25, 2023
1 parent 0b9023f commit c2bcae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vast/CodeGen/CodeGenTypeVisitor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ namespace vast::cg {
, visitor_lens< derived_t, type_visitor_with_dl >
{
using base = default_type_visitor< derived_t >;
using lens = base::lens;
using lens = typename base::lens;

using lens::context;
using lens::acontext;
Expand Down

0 comments on commit c2bcae6

Please sign in to comment.