Search:

Type: Posts; User: Mozza314

Search: Search took 0.01 seconds.

  1. I doubt it. I just had a thought though. If...

    I doubt it.

    I just had a thought though. If for some reason you wanted a templated function that would have its templates determined implicitly and wanted to use default parameters, you'd want...
  2. Of course. By "I suppose it would work in C++", I...

    Of course. By "I suppose it would work in C++", I mean I suppose that the C++ language could fairly easily be changed to allow it.
  3. To me the issue of having an explicit template...

    To me the issue of having an explicit template argument after an implicit one seems only syntactic, just like default function parameters. You'd need to write something like:


    #include <iostream>...
  4. Mixing implicit and explicit template arguments

    gcc compiles this code, but I'm a little concerned it's not strictly legal C++:


    #include <iostream> ...
Results 1 to 4 of 4