We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
operator""_shm
1 parent e558dd4 commit 6a4af3fCopy full SHA for 6a4af3f
include/ipcator.hpp
@@ -635,7 +635,7 @@ namespace literals {
635
* assert( reader[9] == 9 );
636
* ```
637
*/
638
- auto operator""_shm(const char *const name, [[maybe_unused]] std::size_t) {
+ inline auto operator""_shm(const char *const name, [[maybe_unused]] std::size_t) {
639
struct ShM_Constructor_Proxy {
640
const char *const name;
641
auto operator[](const std::size_t size) const {
0 commit comments