Skip to content

Commit

Permalink
Add todo to make constexpr value_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Apr 9, 2024
1 parent 39310bd commit 5006618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sparrow/memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace sparrow {
* When copied, it copies the managed object.
*
* @tparam T The type of the object managed by the `value_ptr`.
* @todo Make it constexpr.
*/
template <class T>
class value_ptr {
Expand Down

0 comments on commit 5006618

Please sign in to comment.