Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8651: Uneeded usage of namespace causes problems for the compiler
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-06 14:57:39
#8651: Uneeded usage of namespace causes problems for the compiler
-------------------------------+----------------------
Reporter: anonymous | Owner: ebf
Type: Bugs | Status: new
Milestone: To Be Determined | Component: variant
Version: Boost 1.53.0 | Severity: Cosmetic
Resolution: | Keywords:
-------------------------------+----------------------
Changes (by apolukhin):
* cc: antoshkka@⦠(added)
Comment:
Can this error be reproduced with the following code (`hash<T>` is fully
qualified):
{{{
namespace boost {
namespace detail { namespace variant {
struct variant_hasher: public boost::static_visitor<std::size_t> {
template <class T>
std::size_t operator()(T const& val) const {
boost::hash<T> hasher;
return hasher(val);
}
};
}}
}
}}}
If error is not reproduced, I'll commit fix to 1.54.0
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8651#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC