forked from TartanLlama/expected
* Use correct type alias in swap helper function This was not an issue since both t_is_nothrow_move_constructible and e_is_nothrow_move_constructible are type aliases for std::true_type. * Use move instead of copy in swap implementation