From d8c7d8fee24a6ee8b1a116f9ce82bfd859c921e9 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 4 Jan 2018 11:04:55 -0500 Subject: [PATCH] Ignore constant parsing for template param references This is imperfect, but will work based on current assumptions. * src/current/include/preproc/expand.xsl (preproc:expand)[c:const,lv:const): If '@' is found, do not perform expansion. --- src/current/include/preproc/expand.xsl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/current/include/preproc/expand.xsl b/src/current/include/preproc/expand.xsl index d02e37c0..0cb43124 100644 --- a/src/current/include/preproc/expand.xsl +++ b/src/current/include/preproc/expand.xsl @@ -273,6 +273,19 @@ + + + + + + + + + +