>>152
>A は string に決定されない。
>そういう仕組みは無いのでそれを前提として考えるな。
なるほど。しかし、だとすれば、
「Consider: auto p1 = make_unique<Xref<string>>(7,"Here");
 "Here" is an rvalue, so forward(string&&) is called, passing along an rvalue,
 so that Xref(int,string&&) is called to move from the string holding "Here".」
の部分はどう説明できますか?