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?
- problem with template arguments deduction Zhenya
- Re: problem with template arguments deduction Philippe Sigaud
- Re: problem with template arguments deduction Zhenya
- Re: problem with template arguments deduction Zhenya
- Re: problem with template arguments deductio... Philippe Sigaud
- Re: problem with template arguments deductio... Dmitry Olshansky
- Re: problem with template arguments dedu... Zhenya
- Re: problem with template arguments dedu... Zhenya
- Re: problem with template arguments... Zhenya
- Re: problem with template arguments... Dmitry Olshansky
- Re: problem with template argum... Zhenya
- Re: problem with template a... Dmitry Olshansky
- Re: problem with template a... Zhenya
- Re: problem with template a... Dmitry Olshansky
