On Monday, 4 December 2017 at 19:25:15 UTC, Ali Çehreli wrote:
On 12/04/2017 04:52 AM, Vino wrote:> [...]Every expression has a type. 'auto' in that context (or 'const', etc.) just helps with not spelling-out that type. You can see the type with pragma(msg) and typeof:[...]
Hi Ali,Thank you very much, was able to resolve the issue using the template method.
From, Vino.B