Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 602 Bytes

Roadmap.md

File metadata and controls

40 lines (24 loc) · 602 Bytes

Rich-Typed Pointers Roadmap

Copyright 2013 Julian Gonggrijp

Version 0, alpha 1.

This roadmap is not set in stone.

Version 0, beta 1

Planned:

  • Const pointers
  • Template specializations for array types
  • Custom allocator support

Optional:

  • Downcast function for pointers created with make_dynamic
  • A solution for the problem of implicitly casting to bool
  • Requested features

Further ahead

Planned:

  • License
  • Test suite
  • Build files
  • Tutorial

Optional:

  • Boostification
  • (Partial) backwards-compatibility with C++03
  • More examples
  • More requested features