PATCH: 'long long' support

Gabriel Dos Reis Gabriel.Dos-Reis@cmla.ens-cachan.fr
Sat Apr 1 00:00:00 GMT 2000


Chip Salzenberg <chip@valinux.com> writes:

[...]

| > Also please, avoid unnecessary reformating.
| 
| Maintaining visual parallelism in parallel declarations is valuable,
| if not absolutely necessary.

I agree.

| Are you sure I shouldn't keep that in?

hmmm.  I don't think the following was necessary. 

 #ifdef _GLIBCPP_USE_LONG_LONG 
       virtual iter_type 
-      do_put(iter_type, ios_base&, char_type __fill, long long __v) const;
-#endif
+      do_put(iter_type, ios_base&, char_type __fill,
+	     long long __v) const;


I'm just trying to keep style consistent... 
I don't intend to be overly anal...

Thanks,

-- Gaby


More information about the Libstdc++ mailing list