Topic: Problem with template overloading


Author: "brian (b.c.) white" <bcwhite@bnr.ca>
Date: 1996/02/20
Raw View
>>Is it allowed to overload template names based on their parameters
>>in the same way that functions can be overloaded?
>
>No, that is not allowed. You cannot have more than one template
>with the same name in the same scope.

Is there a specific reason for this?

                                        Brian
                                 ( bcwhite@bnr.ca )

-------------------------------------------------------------------------------
    In theory, theory and practice are the same.  In practice, they're not.
---
[ To submit articles: Try just posting with your newsreader.  If that fails,
                      use mailto:std-c++@ncar.ucar.edu
  FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html
  Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html
  Comments? mailto:std.c++-request@ncar.ucar.edu
]