mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
upgrade to glibc 2.2.2
[SVN r9647]
This commit is contained in:
parent
da3d86cd5a
commit
787e883880
1 changed files with 2 additions and 2 deletions
|
@ -476,8 +476,8 @@ int main(int argc, char * argv[])
|
|||
if(host == "linux")
|
||||
out << "Notes: A hand-crafted <limits> Standard header has been\n"
|
||||
<< "applied to all configurations.\n"
|
||||
<< "The tests were run on a GNU libc 2.2.1 system which has improved\n"
|
||||
<< "wide character support compared to previous versions.";
|
||||
<< "The tests were run on a GNU libc 2.2.2 system which has improved\n"
|
||||
<< "wide character support compared to 2.1.x and earlier versions.";
|
||||
else if(host == "irix" || host == "tru64")
|
||||
out << "Note: For the 'clib' configuration, the missing new-style C\n"
|
||||
<< "library headers <cXXX> have been supplied.\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue