Summary: | ACE broken wrt new standard C++ includes | ||
---|---|---|---|
Product: | ACE | Reporter: | Irfan Pyarali <irfan> |
Component: | ACE Core | Assignee: | DOC Center Support List (internal) <tao-support> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 5.0 | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 1287 |
Description
Irfan Pyarali
1999-08-03 16:39:52 CDT
Irfan knows how to deal with this problem. Notice that there are more an more platforms affected by it. One of these days, we'll fix this. BTW, the priority of this may increase if the need to properly support the new standard C++ library increases. Others are better qualified to work on this. Accepting for tao-support. We might want to check with Don Hinton to see if his recent changes address this issue in any way. Some extra info. I will try to handle this asap. On Saturday, 1 January, 2005 at 20:53:51 +0100, Johnny Willemsen wrote: [...] > I found the following bug entry but this talks about > ACE_STANDARD_CPP_LIBRARY but I can't find that define in ACE. > > http://deuce.doc.wustl.edu/bugzilla/0 The bugzilla entry implies AFAIK ACE_HAS_STANDARD_CPP_LIBRARY. A check against the above define would be good. > Anyone an idea? Maybe we have to introduce a new define, ok for me, > but which one. Then I am willing to update things for bugzilla 193 > also. I think the above will suffice. It would be something like this #if defined (ACE_HAS_STANDARD_CPP_LIBRARY) # include /**/ <limits> #else /* ACE_HAS_STANDARD_CPP_LIBRARY*/ # include /**/ <limits.h> #endif /**/ It would also be a good time to prevent namespace pollution. Please see http://deuce.doc.wustl.edu/bugzilla/1 for details. This needs to be fixed too. Thanks Bala accept reassign back to pool, will not have time to work on this soon. |