$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [property_tree] Copy constructor and assignment operator in xml_writer_settings class
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2010-10-18 07:15:01
On 18.10.2010 12:22, mloskot wrote:
> mloskot wrote:
>
>> Hi,
>>
>> What is recommended or required policy regarding copy
>> operations for types which consist of const data members, within Boost?
>>
>> I'm having problem with understanding why the xml_writer_settings class
>> do not have the copying operations disabled.
>>
Why would it? There's nothing semantically wrong with copying a settings
object. It's just not very useful.
Sebastian