From f25f5cf635396c581507ee932b877bb2c202b584 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 16 Jan 2015 19:08:41 +0000 Subject: [PATCH] Nested class template doc tweaks --- Doc/Manual/SWIGPlus.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/Manual/SWIGPlus.html b/Doc/Manual/SWIGPlus.html index c1ca5e1d3..eeca0291c 100644 --- a/Doc/Manual/SWIGPlus.html +++ b/Doc/Manual/SWIGPlus.html @@ -5035,10 +5035,10 @@ class Bar {

-If a nested class has to be used as template parameter then the template might -has to be expanded before the top-level class containing the inner class gets -declared. An example can be found in the - Templates section. +If a nested class, within an outer class, has to be used as a template parameter within the outer class, then the template will +have to be instantiated with %template before the beginning of the outer class. +An example can be found in the +Templates section.