$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [core] Move underlying_type to type_traits?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-04 17:03:28
Le 04/06/14 22:28, Andrey Semashev a écrit :
> While documenting and cleaning up scoped_enum.hpp I factored out the
> underlying_type trait to a separate header. Mostly, because I didn't want to
> #include <type_traits> in scoped_enum.hpp. boost::underlying_type should be
> equivalent to std::underlying_type, except that it also supports emulated
> scoped enums.
>
> Perhaps boost/core/underlying_type.hpp should be moved to Boost.TypeTraits?
>
>
I have no problem with this move. We will need some documentation and
test if it becomes public.
Vicente