Skip to content
Snippets Groups Projects
Commit 80d17b2d authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions.

Specifically, change the ptr_t typedefs for these LLCore classes to use
IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us
to use a simple ptr_t(raw ptr) constructor rather than having to remember to
code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid:
remove the now-extraneous 'false' constructor parameters.
parent 76cb1fcf
No related branches found
No related tags found
No related merge requests found
Showing
with 74 additions and 74 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment