problem with browsing html documentation under w3m
Hallo Group Members
there is one page that causes problems under w3m:
http://www.boost.org/doc/libs/1_39_0/libs/range/doc/range.html
<link href="style.css" rel="stylesheet" type="text/css"><link href="/favicon.ico" rel="icon" type="image/ico"><link href="/style/section-basic.css" rel="stylesheet" type="text/css">
On 4 February 2010 08:12, Michal
Hallo Group Members there is one page that causes problems under w3m:
http://www.boost.org/doc/libs/1_39_0/libs/range/doc/range.html
Sorry about that, I've turned off the website style for the range documentation so it should be okay now. I'll fix it properly later. Thanks for reporting it. Daniel
Michal wrote:
Hallo Group Members there is one page that causes problems under w3m: http://www.boost.org/doc/libs/1_39_0/libs/range/doc/range.html
You didn't say what the problem was. I do see some problems. First it tried to pop up a window and was blocked. Can't imagine why a boost page would try to pop up a window, so I didn't allow it and I don't know what it was. On reloading it didn't try again, which is strange, but the popup block definitely said it was boost.org that was trying to pop up a window. I consistently have four of the following error: Warning: The 'charCode' property of a keydown event should not be used. The value is meaningless. Source File: http://www.boost.org/doc/libs/1_39_0/libs/range/doc/range.html Three of these: Warning: The 'charCode' property of a keyup event should not be used. The value is meaningless. Source File: http://www.boost.org/doc/libs/1_39_0/libs/range/doc/range.html and one of these: Warning: Unknown property 'cellpadding'. Declaration dropped. Source File: http://www.boost.org/doc/libs/1_39_0/libs/range/doc/style.css Line: 38 charCode doesn't appear in the text of the page. Patrick
<link href="style.css" rel="stylesheet" type="text/css"><link href="/favicon.ico" rel="icon" type="image/ico"><link href="/style/section-basic.css" rel="stylesheet" type="text/css">
Boost.Range [boost] Range concepts
<_SYMBOL TYPE=32>• Overview <_SYMBOL TYPE=32>• Single Pass Range <_SYMBOL TYPE=32>• Forward Range <_SYMBOL TYPE=32>• Bidirectional Range <_SYMBOL TYPE=32>• Random Access Range <_SYMBOL TYPE=32>• Concept Checking
<nobr><_SYMBOL TYPE=26>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ </nobr> Overview
A Range is a concept similar to the STL Container concept. A Range provides iterators for accessing a half-open range [first,one_past_last) of elements and provides information about the number of elements in the Range. However, a Range has much fewer requirements than a Container.
The motivation for the Range concept is that there are many useful Container-like types that do not meet the full requirements of Container, and many algorithms that can be written with this reduced set of requirements. In particular, a Range does not necessarily
<_SYMBOL TYPE=32>• own the elements that can be accessed through it, <_SYMBOL TYPE=32>• have copy semantics,
best regards, Michal _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (3)
-
Daniel James
-
Michal
-
Patrick Horgan