3FS/src/common
胡玮文 c9f9511594
robin hood: resolve warning on new clang (#44)
Clang has this weird behavior of setting __GNUC__ to 4, hence clang will always take the if branch. This is suboptimal because std::is_trivially_copyable has almost always been in clang.

starting with clang 15 a warning is raised for the current implementation:
warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]

Since we are using -Werror, we should fix this.
2025-03-03 08:15:34 +08:00
..
app add fmt:: namespace to distinguish from std::format_to (#43) 2025-03-03 08:07:52 +08:00
kv Initial commit 2025-02-27 21:53:53 +08:00
logging Initial commit 2025-02-27 21:53:53 +08:00
monitor Initial commit 2025-02-27 21:53:53 +08:00
net Remove illegal constexpr from function declaration (#18) 2025-02-28 23:20:53 +08:00
serde Initial commit 2025-02-27 21:53:53 +08:00
utils robin hood: resolve warning on new clang (#44) 2025-03-03 08:15:34 +08:00
CMakeLists.txt Initial commit 2025-02-27 21:53:53 +08:00