X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fdocs%2Fhtml%2Fexplanations.html;h=86aa403698422c1ac291e0fc32c6707ec507a8f7;hp=5a60b910dce2be575059704be25252348b282d5c;hb=5eef2597bdb9108cce7e9c1b6fb76e74da56844a;hpb=2ed7ca411430eb1e0a67896a979d727db16105f7;ds=sidebyside diff --git a/libstdc++-v3/docs/html/explanations.html b/libstdc++-v3/docs/html/explanations.html index 5a60b910dce..86aa4036984 100644 --- a/libstdc++-v3/docs/html/explanations.html +++ b/libstdc++-v3/docs/html/explanations.html @@ -48,12 +48,6 @@ design disadvantage is that the C++ code will run slower (fortunately, the layer is thin).

-

Choosing 'libio' is the cool way; it allows C++ and C to share some - buffers. It's disabled because of tricky synchronization issues. Other - cool ways (various methods of sharing resources between C and C++ - facilities, instead of layering) are possible. This approach can speed - up I/O significantly. -

Other packages are possible. For a new package, a header must be written to provide types like streamsize (usually just a typedef), as well as some internal types like __c_file_type and