Changes between Initial Version and Version 1 of Ticket #395


Ignore:
Timestamp:
Feb 13, 2011, 1:27:49 PM (13 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #395

    • Property Owner changed from pramsey to mloskot
    • Property Status newassigned
  • Ticket #395 – Description

    initial v1  
    11This is an idea to enable [http://gcc.gnu.org/onlinedocs/libstdc++/manual/debug_mode.html libstdc++ debug mode] while building with GCC.
    22
    3 This debug mode is a helpful testing tool as it enables safe or checked iterators as well as generates checks for algorithms precondition.
     3This debug mode is a helpful testing tool as it enables safe or checked iterators as well as generates checks for algorithms preconditions in the C++ Standard Library.