problem with template arguments deduction
Dmitry Olshansky
dmitry.olsh at gmail.com
Thu May 31 13:52:55 PDT 2012
On 31.05.2012 10:31, Zhenya wrote:
> And, one more thing
> if we have the following code:
> template foo (T)
> {
> auto foo (U) (U arg)
> {
> }
> }
> ...
> foo!(int)('!');
> determine whether the compiler that this specialization is to an
> external template?
>
If you happen to be Russian, feel free to include Russian as well. I
might help translate it ;)
As is your question is ... hardly understandable.
--
Dmitry Olshansky
More information about the Digitalmars-d-learn
mailing list