Opened 8 years ago
#10802 new Feature Requests
Use make_shared<impl_type>
Reported by: | anonymous | Owned by: | Jonathan Turkanis |
---|---|---|---|
Milestone: | To Be Determined | Component: | iostreams |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
file_descriptor::file_descriptor() uses new impl_type, you might want to use make_shared<impl_type> instead.
Note:
See TracTickets
for help on using tickets.