$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] (program_options) comment lines
From: Lukas Diduch (lukas.diduch_at_[hidden])
Date: 2010-05-03 17:34:34
using the config file parser of boost::program_options a line in of an ini file
can be commented by using the '#' character, which seems to be a default. Is
there a way to specify other comment characters as well (e.g. ';') ?
Sincerely
Lukas Diduch