S
subramanian100in
14.7.1.(9) from the C++ standard: "An implementation shall not
implicitly instantiate a function template, a member template, a
nonvirtual member function, a member class or a static data member of
a class template that does not require instantiation"
Here, what does 'member template' mean ?
In the above statement, kindly explain the line(if possible please
give an example)
"a member class or a static data member of a class template that does
not require instantiation"
Thanks
V.Subramanian
implicitly instantiate a function template, a member template, a
nonvirtual member function, a member class or a static data member of
a class template that does not require instantiation"
Here, what does 'member template' mean ?
In the above statement, kindly explain the line(if possible please
give an example)
"a member class or a static data member of a class template that does
not require instantiation"
Thanks
V.Subramanian