This is the statement from ISO C++ Standard 14.6.4.1 Point of instantiation
4.If a virtual function is implicitly instantiated, its point of instantiation
is immediately following the point of instantiation of its enclosing
class template specialization.
5.An explicit instantiation directive is an instantiation point for the
specialization or specializations specified by the explicit
instantiation directive.
6.The instantiation context of an expression that depends on the
template arguments is the set of declarations with external linkage
declared prior to the point of instantiation of the template
specialization in the same translation unit.
Hi all, I am unable to write a programs for this whole section. I am trying to write a programs for this section from yesterday.
Can any one provide me a code for this sections to understand.
Please, normally ..I tried to ask a 1 or more points. In any section. But here iam unable to understand a single point in this section.
So, kindly can any one provide me a code(programs) for this sections to understand.