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
The const versions of destination(), source(), body()
and headers() returned either a temporary or a non const
reference. Changed the to return a const references.
This makes them work with boost::iterator_ranges.
0 commit comments