$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [serialization][static_assert] Moving BOOST_STATIC_WARNING to Boost.StaticAssert?
From: Petr Machata (pmachata_at_[hidden])
Date: 2013-07-18 13:29:37
Hi there,
do you think it would make sense to move static_warning.hpp from
boost/serialization up directly under boost/, and perhaps move it
conceptually under Boost.StaticAssert umbrella? It seems strange how a
serialization library exposes such general-purpose service. We could
still provide a forwarding header in Serialization namespace for
backward compatibility. Shall I prepare a patch to that effect?
Thanks,
PM