Skip to content

Commit

Permalink
#1: expand types
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Feb 16, 2021
1 parent 146ec4b commit df44ead
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/transform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ struct RewriteArgument {
if (
policy_type.getAsString() == "size_t" or
policy_type.getAsString() == "std::size_t" or
policy_type.getAsString() == "int"
policy_type.getAsString() == "int" or
policy_type.getAsString() == "long" or
policy_type.getAsString() == "const long"
) {
fmt::print("range is a basic policy={}\n", policy_type.getAsString());
} else {
Expand Down

0 comments on commit df44ead

Please sign in to comment.