STLport
namespace stlport {

Greate thanks for you report, we really need you help to make STLport better. We would greatly appritiated if you follow recomendations below, to save our (and sometimes you) time and give better response.

  1. Ensure that this is a really bug (standard violation, incorrect behaviour with correct usage).
  2. Ensure that bug is in STLport, not in your code (you can use _STLP_DEBUG for that, see stlport/stl_user_config.h).
  3. Ensure that you correctly build STLport---build and run unit tests (visit the build/test/unit catalog) first with default settings, then with your settings (if you change ones).
  4. Write short test that demonstrate this bug.
  5. Make sure that this test case really new, i.e. not covered by unit tests (see test/unit/*).
  6. Compare your results with reported runs of unit tests (see build/test/unit/STATUS).
  7. Write bug description and test in Bugs Submittion or in Support Request form (depends on issue).

    DON'T FORGET TO DESCRIBE:

    • OPERATIONAL ENVIRONMENT
    • COMPILER VERSION
    • STLPORT VERSION
    • RESULT OF UNIT TESTS

    Keep in mind, that bug MUST be reproduced by other people, so give enough information (but compactly, give only essential information), please.