Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add experimental features #4377

@aleks-f

Description

@aleks-f

There are some experimental features in orphaned/experimental branches that may be worthy of adding to mainstream released code:

  • Backtrace
  • LeakDetector; handy for small scope memory leaks detection
    • Windows (works, but needs a bit more effort to be production-quality)
    • other platforms
  • WeakPtr (Poco:AutoPtr weak companion) - maybe, i'm not sure it is worth it given that we should move towards std smart pointers, but there's a lot of AutoPtr usage in Poco and it wil be with us for some time); this brings in a fundamental AutoPtr reference counting change, see Add WeakRefPtr to Foundation #2246 #2247

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions