You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we use boost::span from Boost.Core instead of std::vector& to pass parameters? It shouldn't break API and allows to use other array types such as std::array, boost::static_vector etc.
Can we use
boost::spanfrom Boost.Core instead ofstd::vector&to pass parameters? It shouldn't break API and allows to use other array types such asstd::array,boost::static_vectoretc.