Commit 5116ad96 by Loren J. Rittle Committed by Loren J. Rittle

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

From-SVN: r93975
parent edd5b7da
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
* include/ext/array_allocator.h (array_allocator<>::allocate): * include/ext/array_allocator.h (array_allocator<>::allocate):
Avoid __used. Use __array_used instead. Avoid __used. Use __array_used instead.
* docs/html/17_intro/BADNAMES: Add list for FreeBSD.
2005-01-18 David Edelsohn <edelsohn@gnu.org> 2005-01-18 David Edelsohn <edelsohn@gnu.org>
......
This is the list of names "reserved to the implementation" This is the list of names "reserved to the implementation" that
that have been claimed by certain compilers of interest, and have been claimed by certain compilers and system headers of interest,
should not be used in the library. It will grow, of course. and should not be used in the library. It will grow, of course.
We generally are interested in names that are not all-caps, We generally are interested in names that are not all-caps, except
except for those like "_T" for those like "_T"
For Solarix: For Solarix:
_B _B
...@@ -25,6 +25,20 @@ _G ...@@ -25,6 +25,20 @@ _G
MS adds: MS adds:
_T _T
BSD adds:
__used
__inline
_Complex
__istype
__maskrune
__tolower
__toupper
__wchar_t
__wint_t
_res
_res_ext
__tg_*
For GCC: For GCC:
[Note that this list is out of date. It applies to the old [Note that this list is out of date. It applies to the old
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment