Editing Linux
BOOST WIKI
|
RecentChanges
|
Preferences
|
Page List
|
Links List
Boost 1.3.1 needs a one line fix in boost_1_31_0/libs/test/src/test_tools.cpp to compile with gcc 2.96 on Red Hat 7. change if( std::isprint( t ) ) to if( (std::isprint)( t ) ) Fix courtesy of John Maddock, see http://lists.boost.org/MailArchives/boost-users/msg06634.php.
Summary:
This change is a minor edit.
(Visit
Preferences
to set your user name.)
View other revisions
BOOST WIKI
|
RecentChanges
|
Preferences
|
Page List
|
Links List
Disclaimer: This site not officially maintained by Boost Developers