[Boost-bugs] [Boost C++ Libraries] #7317: [type_traits] remove_const not working on vc11

Subject: [Boost-bugs] [Boost C++ Libraries] #7317: [type_traits] remove_const not working on vc11
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-01 23:33:10


#7317: [type_traits] remove_const not working on vc11
------------------------------+---------------------------------------------
 Reporter: eric_niebler | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_traits
  Version: Boost 1.52.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 One of proto's tests is currently failing on vc11 with the following
 error:

 {{{
 external_transforms.cpp
 C:\local\Regression\boost\boost/type_traits/remove_const.hpp(52) : error
 C2039: 'unqualified_type' : is not a member of
 'boost::detail::cv_traits_imp<T>'
         with
         [
             T=void (__cdecl *const *)(void)
         ]
         C:\local\Regression\boost\boost/type_traits/remove_const.hpp(73) :
 see reference to class template instantiation
 'boost::detail::remove_const_impl<T>' being compiled
         with
         [
             T=void (__cdecl *const )(void)
         ]
 }}}

 John, can you have a look? The proto test in question is
 external_transforms if you need a repro.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7317>
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:10 UTC