No-op deallocator for boost::shared_ptr
Posted
by Checkers
on Stack Overflow
See other posts from Stack Overflow
or by Checkers
Published on 2010-04-26T02:17:01Z
Indexed on
2010/04/26
2:23 UTC
Read the original article
Hit count: 249
Is there a stock no-op deallocator in Boost to use with boost::shared_ptr
for static objects, etc.
I know it's ultra-trivial to write, but I don't want to sprinkle my code with extra tiny functions if there is already one available.
© Stack Overflow or respective owner