sha512sum
sha512sum
Example ```cpp #include #include #include #include struct SomeStruct { std::optional field; std::string field2; }; template inline constexpr auto userver::formats::universal::kSerialization = SerializationConfig() .With({.Maximum = 1221, .Minimum = 12, .Default = 124})...
Add LRU caches for Multi Index Map as in Boost Multi Index but with LRU
```cpp template class awaitable_frame ``` contains ```cpp alignas(T) unsigned char result_[sizeof(T)]; ``` ```cpp T get() { this->caller_ = nullptr; this->rethrow_exception(); return std::move(*static_cast(static_cast(result_))); } ``` ```cpp ~awaitable_frame() { if (has_result_) static_cast(static_cast(result_))->~T();...
Logs: https://gist.github.com/linuxnyasha/920b363841d036e44dd287b4cf17b69f System: Gentoo Compiler: clang version 18.1.7+libcxx libc++ Logging Level: warning