Flow-IPC / ipc

[Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)
https://flow-ipc.github.io/
Apache License 2.0
255 stars 10 forks source link

Style refactor (small): Encouraging static_assert(false) over #error. Encouraging if constexpr over SFINAE. / Comment and/or doc changes. #102

Closed ygoldfeld closed 3 months ago

ygoldfeld commented 3 months ago

resolves Flow-IPC/flow#88