
18 Oct
2010
18 Oct
'10
11:15 a.m.
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