
Hi Marcin, The registry parser is very nice. I use it in production code for reading data from the registry. It is the least painful way of accessing the Windows registry that I know of. I'll fix this particular problem and upload the fix to the vault. Thank you, Johan Marcin Kalicinski wrote:
Hi,
Registry parser is "experimental" only, and it will not make it into boost, at least not yet. It will stay in the sandbox until I can find more time to do it properly :-)
Thank you, Marcin
----- Original Message ----- From: "Johan Råde" <rade@maths.lth.se> Newsgroups: gmane.comp.lib.boost.devel To: <boost@lists.boost.org> Sent: Wednesday, June 27, 2007 8:30 PM Subject: [Property Tree] registry parser bug
boost::property_tree::read_registry does not handle registry keys that contain periods correctly.
Example: When I run the following code
[snip]