With an .xml file containing:

      <template>
        <template-non-type-parameter name="Container">
          <type>int</type>
          <purpose>The container template</purpose>
        </template-non-type-parameter>
        <template-type-parameter name="Element"/>
      </template>

I get output:

        template<typename Element
          >
        class single;

IOW, the template-non-type-parameter is missing.  When I change it to
template-type-parameter, it appears.

Does anyone have any clues to why this is happening or any plans to
fix it?

TIA.





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to