|
Boost : |
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-04-24 19:01:39
Better.
The tables are still unreadably large vertically on my browser. Contributing
factors are the use of unordered lists and constructs like
<pre>first-row</pre>
<pre>second-row</pre>
...
Writing <code>first-row<br>second-row<br>...</code> fixes that problem. Does
that work for your browser as well?
I want to tweak the "Semantics" section a bit. How about this:
<h3>Summary of Template <a name="semantics">Semantics</a></h3>
<ol>
<li>Each operator template completes the concept(s) it describes by
defining
overloaded operators for its target class.
<li>The name of an operator class template indicates the <a
href="#concepts_note">concept</a> that its target class will model.</li>
<li>Usually, the target class uses an instantation of the operator class
template as a base class. Some operator templates support an <a
href="#explicit_instantiation">alternate method</a>.</li>
<li>The concept can be compound, <i>i.e.</i> it may represent a common
combination of other, simpler concepts.</li>
<li>Most operator templates require their target class to support
operations
related to the operators supplied by the template. In accordance with
widely
accepted <a href="http://www.gotw.ca/gotw/004.htm">coding style
recommendations</a>, the target class is often required to supply the
assignment counterpart operator of the concept's "main
operator."
For example, the <tt>addable</tt> template requires <tt>operator+=(T
const&)</tt> and in turn supplies <tt>operator+(T const&, T
const&)</tt>.
</ol>
-Dave
----- Original Message -----
From: <boost_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, April 24, 2001 1:02 AM
Subject: [boost] New file uploaded to boost
>
> Hello,
>
> This email message is a notification to let you know that
> a file has been uploaded to the Files area of the boost
> group.
>
> File : /dlw_oprs.zip
> Uploaded by : darylew_at_[hidden]
> Description : Extension to operators.hpp; version 23
>
> You can access this file at the URL
>
> http://groups.yahoo.com/group/boost/files/dlw_oprs.zip
>
> To learn more about file sharing for your group, please visit
>
> http://help.yahoo.com/help/us/groups/files
>
> Regards,
>
> darylew_at_[hidden]
>
>
>
>
>
>
> To unsubscribe, send email to: <mailto:boost-unsubscribe_at_[hidden]>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk