Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As t_whisker_generator was introduced in bbbd038, it broke the OSS build with `error: ‘join’ is not a member of ‘fmt’`. The newer versions of {fmt} have `format::join` in `fmt/ranges.h`. Fixes: ``` thrift/compiler/generate/t_whisker_generator.cc:117:40: error: ‘join’ is not a member of ‘fmt’ 117 | "{}/{}", template_prefix, fmt::join(start, partial_path.end(), "/")); | ^~~~ ``` https://github.com/facebook/fbthrift/actions/runs/12822463794/job/35755425223
- Loading branch information