mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
GetPathConstant calls base::internal::flat_tree<Key, GetKeyFromValue, KeyCompare, Container>::find(Key const&) const which is not constexpr. GCC 12 and earlier raise a compile error on this.