FirebirdSQL / firebird

Firebird server, client and tools
https://firebirdsql.org
1.26k stars 217 forks source link

Change fb_strlen to constexpr version #8267

Closed TreeHunter9 closed 1 month ago

TreeHunter9 commented 1 month ago

This change allows us to use fb_strlen in constexpr functions and get the result at compile time, I don't see any downside in this change. Source: https://devblogs.microsoft.com/oldnewthing/20221114-00/?p=107393