$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] Checking if put_time is in iomanip
From: Edward Diener (eldiener_at_[hidden])
Date: 2016-05-04 13:38:13
Does anybody know of a way to check if the std::put_time functionality
is part of iomanip ? It is supposed to be a part of C++11, but
Boost.Config does not have any general way to check for C++11 that I
know about. Nor do I find anything in SD-6 which would tell me if
std::put_time is supported.