#253: convert::from_to is not flexible for the user ----------------------+----------------------------------------------------- Reporter: lazzara | Owner: lazzara Type: defect | Status: closed Priority: major | Milestone: Olena 2.1 Component: Milena | Version: 2.0 Resolution: fixed | Keywords: ----------------------+----------------------------------------------------- Changes (by lazzara):
* status: assigned => closed * resolution: => fixed * milestone: => Olena 2.1
Comment:
This issue is fixed in branch unstable/scribo in patch e1b3bd773168c12df5dba50ec1f51800099f680e.
We now rely on Argument-Dependent Lookup (ADL) mechanism which do not need any forward declaration before use to select the right overload.