Skip to content

Commit

Permalink
Remove extra semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Sep 14, 2024
1 parent d655964 commit 9733379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/interprocess/detail/named_proxy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ inline void named_construct_placement_destroy(void *mem, std::size_t num)
T* memory = static_cast<T*>(mem); \
for(std::size_t destroyed = 0; destroyed < num; ++destroyed)
(memory++)->~T();
};
}


#ifdef BOOST_INTERPROCESS_PERFECT_FORWARDING
Expand Down

0 comments on commit 9733379

Please sign in to comment.