| Summary: | _T is defined in ctype.h and breaks c++ library using "typename _T..." | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | tomoaki <tomoaki> | ||||
| Component: | misc | Assignee: | David E. O'Brien <obrien> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
tomoaki
1999-11-28 04:40:01 UTC
Sorry, the fix I proposed in the pr misc/15127 will break up the is* macros. I would alternatively propose to substitute _? to _CTYPE_?. for example substitute _T with _CTYPE_T -- Tomoaki Nishiyama e-mail:tomoaki@biol.s.u-tokyo.ac.jp Department of Biological Sciences, Graduate School of Science, The University of Tokyo State Changed From-To: open->closed problem fixed in 4-CURRENT . Responsible Changed From-To: freebsd-bugs->obrien I took care of the problem. |