Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
68 stars 8 forks source link

fix: Compile of router::add on gcc <=11with non-variant return #20

Closed 0x00002a closed 3 years ago

0x00002a commented 3 years ago

This is due to it not implementing P2162 yet as described here. GCC trunk does implement this though (tested with godbolt), but since the replacement code is cleaner anyway imo, its not really an issue