Hi, Why is it that ptr_vector's documentation has everything EXCEPT the header that I need to include? http://www.boost.org/doc/libs/1_43_0/libs/ptr_container/doc/ptr_vector.html no mention of what headers are required... very frustrating, so either I have to look through all the other documentation and hope I find it, or look for the file on the harddisk, or trial-by-error... this problem seems to be common in boost documentation, is there a good reason why, or is this something that can be improved? thanks Paul
Hi,
Why is it that ptr_vector's documentation has everything EXCEPT the header that I need to include?
http://www.boost.org/doc/libs/1_43_0/libs/ptr_container/doc/ptr_vector.html
no mention of what headers are required... very frustrating, so either I have to look through all the other documentation and hope I find it, or look for the file on the harddisk, or trial-by-error...
this problem seems to be common in boost documentation, is there a good reason why, or is this something that can be improved?
thanks Paul
You're right. I find it difficult to find the headers that I need, too, as each Boost library seems to have a different place for this information. This is definitely something that can be improved. Often the headers are listed in a "Tutorial", "Introduction", or "Reference" section, but there are no set rules. In the case of the pointer container library, the headers are listed on a separate page titled "Library headers": http://www.boost.org/doc/libs/1_43_0/libs/ptr_container/doc/headers.html
I've had the same issue. Furthermore, I've seen examples in the tree that include things in pairs where the two are alternatives, not both required. I think it should be a documentation standard to list the include and the namespaces (even if by a hyperlink to a single description) on the page that describes a function or other item.
-----Original Message----- You're right. I find it difficult to find the headers that I need, too, as each Boost library seems to have a different place for this information. This is definitely something that can be improved.
TradeStation Group, Inc. is a publicly-traded holding company (NASDAQ GS: TRAD) of three operating subsidiaries, TradeStation Securities, Inc. (Member NYSE, FINRA, SIPC and NFA), TradeStation Technologies, Inc., a trading software and subscription company, and TradeStation Europe Limited, a United Kingdom, FSA-authorized introducing brokerage firm. None of these companies provides trading or investment advice, recommendations or endorsements of any kind. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
participants (3)
-
Daniel Trebbien
-
John Dlugosz
-
Paul Harris