You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.1 KiB

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