Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.16k stars 93 forks source link

Fix build against libfmt-11 #222

Closed parona-source closed 3 months ago

parona-source commented 3 months ago

libfmt-11 moved fmt::join into fmt/ranges.h

eao197 commented 3 months ago

Hi! Thanks for PR. This fix is already in the dev-branch (1.6-dev), but it hasn't been merged into the master yet because it doesn't change the public interface nor add something new.