Boost logo

Boost :

Subject: Re: [boost] [multiindex] internal scope_guard has changed access from public to protected
From: Stewart, Robert (Robert.Stewart_at_[hidden])
Date: 2010-04-23 15:28:34


Thorsten Ottosen wrote:
>
> I'm using the scope_guard from multi_index/detail/scope_guard.hpp.
>
> It seems like a revision has made the destructor and copy-constructor
> protected instead of private. This is in some sense more

s/private/public/, I assume

> idiomatic, but it breaks a use that I have in my upcomming
> auto_buffer class. Basically
> I'm only constructing a scope_guard object when I know the code can
> throw, otherwise I construct a "null" scope_guard which is simply
> an instance of scope_guard_impl_base.

Why not provide a "null" scope_guard as a first class citizen rather than simply exposing implementation details to enable this use case?

_____
Rob Stewart robert.stewart_at_[hidden]
Software Engineer, Core Software using std::disclaimer;
Susquehanna International Group, LLP http://www.sig.com

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk