Opened 11 years ago
Closed 5 years ago
#10375 closed enhancement (no change required)
Add std::left to headers
Reported by: | edglex | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | PulkoMandy | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
gcc 2.95 doesn't define std::left. We have ios::left in streambuf.h, but could add std::left to the headers to make life easier.
gcc2.95 is also missing: std::right std::showbase std::internal
Change History (4)
comment:1 by , 11 years ago
Component: | Build System → - General |
---|---|
Owner: | changed from | to
Priority: | normal → low |
Status: | new → assigned |
comment:2 by , 11 years ago
Fair enough - I was just following up on a suggestion. I don't hold a strong opinion either way.
comment:3 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|
comment:4 by , 5 years ago
Resolution: | → no change required |
---|---|
Status: | assigned → closed |
Well, then let's not then.
Note:
See TracTickets
for help on using tickets.
IMO, this way lies madness. Making gcc 2 compliant to any newer standard is a lot of ill-invested work. If you want to come up with a patch, feel free ...