Re: [Boost-bugs] [Boost C++ Libraries] #9573: type_rebinder<int, type_2, 0> template specialization is not found using Sun's compiler 12.3

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9573: type_rebinder<int, type_2, 0> template specialization is not found using Sun's compiler 12.3
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-05 19:34:35


#9573: type_rebinder<int,type_2,0> template specialization is not found using
Sun's compiler 12.3
-------------------------+-------------------------------------------------
  Reporter: | Owner:
  vladmir.venediktov@… | Status: new
      Type: Bugs | Component: None
 Milestone: To Be | Severity: Showstopper
  Determined | Keywords: type_rebinder specialization
   Version: Boost | missing ?
  1.55.0 |
Resolution: |
-------------------------+-------------------------------------------------

Comment (by anonymous):

 work around suggested by sun's team

 Change: ./boost_1_55_0/boost/intrusive/detail/memory_util.hpp
 in struct type_has_rebind and struct type_has_rebind_other

 From: #if !defined (__SUNPRO_CC)

 To: #if !defined (__SUNPRO_CC) '''|| (__SUNPRO_CC >= 0x5120)'''

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9573#comment:1>
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:15 UTC