
19 Apr
2006
19 Apr
'06
1:42 p.m.
Marcin Kalicinski wrote:
Agreed. I thought about it before, and came to a conclusion that the best way to implement it is to use preprocessor constant to allow user specify default separator, e.g. BOOST_PROPERTY_TREE_SEPARATOR.
I disagree. I think this should be a runtime per-tree setting, not something set at compile time. I also think it would be quite trivial to do. Sebastian Redl