optional
29.5 KB
-
Do the operator= SFINAE in the return type for optional, · f320e6a0
not in the template parameters. * include/std/optional (operator=(_Up&&)): Move SFINAE from template parameters to the return type. (operator=(const optional<_Up>&)): Likewise. (operator=(optional<_Up>&&)): Likewise. From-SVN: r241372
Ville Voutilainen committed