Issue with Pre-Redmond Mailing

S

Stephen Lamb

David Abrahams said:
The committee's Pre-Redmond mailing is out; you can peruse the papers
at http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004. For
anyone interested in N1691, "Explicit Namespaces", an administrative
SNAFU seems to have mangled it. A pristine version is available at
http://www.boost-consulting.com/writing/n1691.html

I'm not sure if you meant to leave off the return type in the declaration of
tie in example 2. This shows up in both places mentioned above.

// Connect p2 to the output of p1
tie(pipe const& p1, pipe& p2);

Did you mean?

// Connect p2 to the output of p1
void tie(pipe const& p1, pipe& p2);


Not that this matters a whole lot to your points.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top