Unlike STL and std::basic_string, there is no default allocator for std::function

前端 未结 0 862
无人及你
无人及你 2020-12-25 11:00

Unlike STL and std::basic_string, there is no default allocator for std::function. Why?

    template< class Alloc >
    function( std::allocator_arg_t,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题