$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] program_options easy_init
From: Zachary Turner (divisortheory_at_[hidden])
Date: 2009-07-17 21:57:35
I'm just wondering if there's a specific reason why
boost::program_options::options_description_easy_init::operator()
takes arguments (const char*, value_semantic, const char*) instead of
(const std::string&, value_semantic, const std::string&)? Nothing
major, but it's annoying when you want to pass something like
str1+str2 as one of the string arguments.