Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6158: Compilation error in numeric using gcc 4.6.1 on Solaris/SPARC
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-28 15:32:10
#6158: Compilation error in numeric using gcc 4.6.1 on Solaris/SPARC
-----------------------------------------------------------+----------------
Reporter: Ioannis Papadopoulos <ipapadop@â¦> | Owner: brandon.kohn
Type: Bugs | Status: new
Milestone: To Be Determined | Component: numeric
Version: Boost 1.48.0 | Severity: Showstopper
Resolution: | Keywords: solaris numeric gcc
-----------------------------------------------------------+----------------
Comment (by anonymous):
I think the proper way to solve this is to have a single set of typedefs
with the guarantee that those types/typedefs uniquely cover (disjointly)
the range of fundamental types on each platform. I had naively assumed
this was the case with the cstdint defs. I threw the char one in after a
discussion on the mailing list which informed me that char/signed
char/unsigned char were always 3 distinct types according to the standard.
I suppose the most pragmatic way forward will be to define a sequence of
types for each platform (with common ones rolled into sets), and then use
those to generate the specializations.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6158#comment:4> 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:08 UTC