Skip to content

Commit

Permalink
more .data()
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsamenezes committed Jul 1, 2024
1 parent 340ca5c commit caaba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bounded-loop-unroller/frontend_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace BoundedLoopUnroller {

void Run(const std::string_view &arg1, const std::string_view &arg2) {

const std::ifstream input(arg1);
const std::ifstream input(arg1.data());

const char *tmp1 = "/tmp/_unrolled1.c";
const char *tmp2 = "/tmp/_unrolled2.c";
Expand Down

0 comments on commit caaba81

Please sign in to comment.