commit | 73a5021d10ba165537d058b3b12d22a2143c94ee | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Fri May 24 10:07:18 2024 +0900 |
committer | Yi Kong <yikong@google.com> | Sun Jun 02 16:19:30 2024 +0000 |
tree | 7433e74694d3915135705380cc3e1caec9319946 | |
parent | e589fe4031bb4ab39e74cbc38897c4af60250eaf [diff] |
Fix build with ToT libc++ system/extras/simpleperf/utils.h:81:53: error: no matching constructor for initialization of 'std::ifstream' (aka 'basic_ifstream<char>') 81 | explicit LineReader(std::string_view file_path) : ifs_(file_path) {} | ^ ~~~~~~~~~ Test: Build with ToT libc++ Change-Id: I45a12b7cee66b35c8859bb5f71c7784d1dfc4f74