
Did you know that we have a BOOST_ASSERT? Its documentation page is at <http://www.boost.org/libs/utility/assert.html>. Unfortunately, that page isn't reachable through our library listing at <http://www.boost.org/libs/libraries.htm>. I found it through the Google-enabled search on the front web page. I guessed, and found, a web page at <http://www.boost.org/libs/utility/> that listed the assert, but that page isn't on the main list either. Of the utilities listed, the assert, iterator adaptors, and throw exception have no corresponding entry in the main library list. We should fix this. -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT hotmail DOT com

Daryle Walker wrote:
Did you know that we have a BOOST_ASSERT? Its documentation page is at <http://www.boost.org/libs/utility/assert.html>. Unfortunately, that page isn't reachable through our library listing at <http://www.boost.org/libs/libraries.htm>. I found it through the Google-enabled search on the front web page. I guessed, and found, a web page at <http://www.boost.org/libs/utility/> that listed the assert, but that page isn't on the main list either. Of the utilities listed, the assert, iterator adaptors, and throw exception have no corresponding entry in the main library list.
We should fix this.
The culprit, as you pointed out, seems to be the two different central pages for utility. They should both be connected somehow from a single link off of the main listing at http://www.boost.org/libs/libraries.htm.

Edward Diener <eddielee@tropicsoft.com> writes:
Daryle Walker wrote:
Did you know that we have a BOOST_ASSERT? Its documentation page is at <http://www.boost.org/libs/utility/assert.html>. Unfortunately, that page isn't reachable through our library listing at <http://www.boost.org/libs/libraries.htm>. I found it through the Google-enabled search on the front web page. I guessed, and found, a web page at <http://www.boost.org/libs/utility/> that listed the assert, but that page isn't on the main list either. Of the utilities listed, the assert, iterator adaptors, and throw exception have no corresponding entry in the main library list.
We should fix this.
The culprit, as you pointed out, seems to be the two different central pages for utility. They should both be connected somehow from a single link off of the main listing at http://www.boost.org/libs/libraries.htm.
Patches very welcome. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (3)
-
Daryle Walker
-
David Abrahams
-
Edward Diener