File accelerator_map-fpermissive.patch of Package nodejs-electron39
--- src/ui/base/accelerators/accelerator_map.horig 2025-11-23 13:48:16.808482261 +0100
+++ src/ui/base/accelerators/accelerator_map.h 2025-12-30 12:02:46.384475590 +0100
@@ -20,14 +20,11 @@
#include "ui/events/keycodes/dom/keycode_converter.h"
#endif
-namespace std {
template <>
struct std::hash<ui::Accelerator> {
size_t operator()(const ui::Accelerator& a) const { return a.hash(); }
};
-} // namespace std
-
namespace ui {
// This is a wrapper around an internal std::unordered_map of type