[PATCH] STDCXX-423

View: Old framed views
15 Messages — Rating Filter:   Alert me  
[PATCH] STDCXX-423 - Index: etc/config/src/LIMITS.cpp =================================================================== ---... Loading...
--- LIMITS.cpp (revision 624452) +++ LIMITS.cpp (working copy) @@ -223,13 +223,27 @@ return bits; } ... Loading...
Sorry Scott, I still don't understand what you're trying to do here. The problem noted in STDCXX-423 is pretty much... Loading...
RE: [PATCH] STDCXX-423 - Martin, From the bug description, its saying that in theory integer types might have extra bit padding that... Loading...
Re: [PATCH] STDCXX-423 - Scott Zhong wrote: > Martin, > > From the bug description, its saying that in theory integer types > might have... Loading...
RE: [PATCH] STDCXX-423 - > -----Original Message----- > From: Martin Sebor [mailto:msebor@...] On Behalf Of Martin Sebor > Sent:... Loading...
Re: [PATCH] STDCXX-423 - Scott Zhong wrote: [...] >>> As I write this, I realize that the my function, > compute_byte_size(), >>> can be... Loading...
RE: [PATCH] STDCXX-423 - > -----Original Message----- > From: Martin Sebor [mailto:sebor@...] > Sent: Wednesday, February 20,... Loading...
Re: [PATCH] STDCXX-423 - Scott Zhong wrote: > >> -----Original Message----- >> From: Martin Sebor [mailto:sebor@...] >> Sent:... Loading...
RE: [PATCH] STDCXX-423 - After going through the logic again: iter... Loading...
Okay, so this function seems to correctly compute the number of bytes in the value representation of the object. Remind... Loading...
> -----Original Message----- > From: Martin Sebor [mailto:sebor@...] > Sent: Thursday, March 13, 2008 12:32... Loading...
Re: [PATCH] STDCXX-423 - Scott Zhong wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:sebor@...] >> Sent:... Loading...
Scott, I think we might need some help understanding how this change is intended to solve the problem with the... Loading...
RE: [PATCH] STDCXX-423 - Martin, I just realized that I had worked on the wrong function. Please disregard the change I made on LIMITS.cpp. I... Loading...