Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 267 Bytes

File metadata and controls

6 lines (5 loc) · 267 Bytes

ToDo List for Pointer Utils

  • Implement CI via travisCI (Linux & macOS) and appveyor (Windows).
  • Implement an owning version of the state_ptr, namely owning_state_ptr.
  • Maybe: Implement a specialization for T[] as std::unique_ptr does.