You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/08/23 06:10:31 UTC

[jira] Commented: (STDCXX-418) filebuf::fd() extension not documented

    [ https://issues.apache.org/jira/browse/STDCXX-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522016 ] 

Martin Sebor commented on STDCXX-418:
-------------------------------------

The documentation should read something like this:
int fd() const;
  Returns the associated file descriptor.
  ____
  NOTE -- This function is not part of the C++ Standard, but is included here as an extension. See Appendix B for a complete list of extensions of this implementation.

For some historical background see the following page for a description of the Classic Iostream function fd():
http://angelikalanger.com/Articles/Papers/IOStreams/IOStreams.htm

> filebuf::fd() extension not documented
> --------------------------------------
>
>                 Key: STDCXX-418
>                 URL: https://issues.apache.org/jira/browse/STDCXX-418
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 4.1.3
>            Reporter: Martin Sebor
>            Priority: Critical
>             Fix For: 4.2
>
>
> The often requested extension to basic_filebuf, the filebuf::fd() function, doesn't seem to be documented, even though the attach() and detach() extensions are. See http://incubator.apache.org/stdcxx/doc/stdlibref/basic-filebuf.html
> See also this thread http://groups.google.com/group/borland.public.cppbuilder.nativeapi/browse_frm/thread/3a931b880c69cb1c

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.