Content
In Working Draft
N2914,
match_results lacks a move constructor and move
assignment operator. Because it owns dynamically allocated memory, it
should be moveable.
As far as I can tell, this isn't tracked by an active issue yet; Library
Issue 723 doesn't talk about match_results.