Opened 6 years ago
Last modified 6 years ago
#12433 assigned Tasks
Make use of make_shared whenever possible in future.hpp
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.62.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
Even if boost::make_shared is not aware of Boost.Move there are a lot of places in future.hpp where make shared could be used and improve the performances.
Note:
See TracTickets
for help on using tickets.