$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] boost exception to_string()
From: Olaf van der Spek (ml_at_[hidden])
Date: 2017-02-28 14:29:27
Hi,
Is to_string() here supposed to match to_string() in
boost\exception\to_string.hpp?
class shared_array2 : public boost::iterator_range<T*> {};
typedef shared_array2<unsigned char> shared_data;
to_string(shared_data());
I really didn't expect this to_string() to be found here.. is it a
feature or is it a bug?
-- Olaf