Hi,

the following parameter definition (the definitions are actually all one liners, linebreak added by mail client) in a function element works just fine

<parameter name="lhs"><paramtype>const <classname>Foo</classname>&lt;D1&gt;&amp;</paramtype></parameter>

while putting the 'const' in the "right" place

<parameter name="lhs"><paramtype><classname>Foo</classname>&lt;D1&gt; const&amp;</paramtype></parameter>

will generate a line break after Foo's template argument list.

What am I doing wrong?

Thomas

--
Thomas Witt
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to