* docs/html/17_intro/BADNAMES: Add list for FreeBSD.

From-SVN: r93975
This commit is contained in:
Loren J. Rittle 2005-01-20 19:06:40 +00:00 committed by Loren J. Rittle
parent edd5b7dab5
commit 5116ad9658
2 changed files with 20 additions and 5 deletions

View File

@ -9,6 +9,7 @@
* include/ext/array_allocator.h (array_allocator<>::allocate):
Avoid __used. Use __array_used instead.
* docs/html/17_intro/BADNAMES: Add list for FreeBSD.
2005-01-18 David Edelsohn <edelsohn@gnu.org>

View File

@ -1,9 +1,9 @@
This is the list of names "reserved to the implementation"
that have been claimed by certain compilers of interest, and
should not be used in the library. It will grow, of course.
We generally are interested in names that are not all-caps,
except for those like "_T"
This is the list of names "reserved to the implementation" that
have been claimed by certain compilers and system headers of interest,
and should not be used in the library. It will grow, of course.
We generally are interested in names that are not all-caps, except
for those like "_T"
For Solarix:
_B
@ -25,6 +25,20 @@ _G
MS adds:
_T
BSD adds:
__used
__inline
_Complex
__istype
__maskrune
__tolower
__toupper
__wchar_t
__wint_t
_res
_res_ext
__tg_*
For GCC:
[Note that this list is out of date. It applies to the old