Opened 12 years ago
Closed 12 years ago
#4152 closed Bugs (fixed)
All versions of Sun C++ have long long
| Reported by: | niels_dekker | Owned by: | John Maddock | 
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | config | 
| Version: | Boost 1.42.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
At the moment, BOOST_HAS_LONG_LONG is only defined for Sun C++ 5.9 and above, while BOOST_NO_LONG_LONG is defined for earlier versions. However, Steve Clamage informed us that all versions of Sun C++ have long long integer types.
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | all_sun_versions_have_long_long.patch added | 
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [61804]) Fixes #4152.