Hi,
I have probably encountered a bug in the library. I'm not able to put
a bool option in the config file. Regardles how I specify the option there,
parsing always fails with the exception:
"config file options should have required parameter"
Defintion of the option:
( "debug.log-debug",
po::parameter<int>( "yes/no", &m_bDebugLog ),
"enable debug logging" );
Config file:
[debug]
log-debug = yes
Any hints?
Thanks,
Pavol
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost