
4 Sep
2008
4 Sep
'08
8:14 a.m.
I am think of using boost.serialization to replace CMarkup(http://www.firstobject.com/) as handle my XML config files. By playing with the examples coming with Boost, I found boost.serialization - does not handle BOM of UTF-8 files. - does not ignore <!-- ... > comments. Is there any workaround to this? Thanks.