-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathKNOWN_ISSUES.txt
35 lines (23 loc) · 1.12 KB
/
KNOWN_ISSUES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
============================================================================
STLSoft - Known Issues:
; Created: 29th March 2002
; Updated: 21st June 2010
============================================================================
STLSoft 1.9 Known Issues:
-------------------------
* The "safe string" library compatibility is not done yet. This is planned
to be fully complete with 1.10.
* There are some problems with GCC 4+ in compiling the fixed array classes
with the subscript operators.
* The GCC atomic integer APIs are not yet used. This is planned for the
future.
* The documentation is still hopeless. This will be addressed in the
release of 1.10.
* Several unixstl::system_traits methods are declared but not defined, with
the intention to flesh them out from Linux system calls (and have
emulations/workarounds for other architectures)
STLSoft 1.9 Suspected Issues:
-----------------------------
* The SunPro C/C++ has not been fully tested, and remains speculative for
the moment
=============================== End of file ================================