Opened 21 years ago

Closed 21 years ago

#940 closed Feature Requests (None)

make_shared_ptr

Reported by: mred314 Owned by: nobody
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

namespace boost {
template <typename T> shared_ptr<T> make_shared_ptr( T 
* ptr ) { return ptr; }
}

Change History (2)

comment:1 by beman_dawes, 21 years ago

Logged In: YES 
user_id=51042

I'm not seeing the benefit.  You might want to post this on 
the main list, to see if others would find it useful.

--Beman

comment:2 by mred314, 21 years ago

Status: assignedclosed
Logged In: YES 
user_id=258290

You're right.  On second thought, it's not needed.

Note: See TracTickets for help on using tickets.