Joel,

Here's a change to make quickbook compile with CW8..

Index: utils.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/detail/utils.hpp,v
retrieving revision 1.1
diff -u -r1.1 utils.hpp
--- utils.hpp   26 Jan 2005 19:17:23 -0000      1.1
+++ utils.hpp   20 Apr 2005 23:54:29 -0000
@@ -48,7 +48,7 @@
     {
         if (!std::isalnum(ch))
             ch = '_';
-        return tolower(ch);
+        return std::tolower(ch);
     }

     template <typename Iterator>

***** CVS exited normally with code 1 *****

OK to commit?

--
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to