Why BOOST_CURRENT_FUNCTION not in docs?
Hi all! Why BOOST_CURRENT_FUNCTION not in docs? Is it a part of API or not?
Pavel Syomin wrote:
Hi all!
Why BOOST_CURRENT_FUNCTION not in docs? Is it a part of API or not?
http://boost.org/libs/utility/current_function.html In general, everything in the boost/ directory is supposed to be part of the public API, although some headers do seem to violate this convention. Non-public stuff is in boost/detail/.
Hi! Peter Dimov wrote:
Pavel Syomin wrote:
Hi all!
Why BOOST_CURRENT_FUNCTION not in docs? Is it a part of API or not?
I didn't find link to this page from http://www.boost.org/libs/libraries.htm or from one of its subpages. This is what my question about.
Pavel Syomin wrote:
Hi!
Peter Dimov wrote:
Pavel Syomin wrote:
Hi all!
Why BOOST_CURRENT_FUNCTION not in docs? Is it a part of API or not?
I didn't find link to this page from http://www.boost.org/libs/libraries.htm or from one of its subpages. This is what my question about.
BOOST_CURRENT_FUNCTION is too small to deserve an entry in libraries.htm, but we can link it from somewhere. Where do you think we should place a link to it?
Hi, Peter!
BOOST_CURRENT_FUNCTION is too small to deserve an entry in libraries.htm, but we can link it from somewhere. Where do you think we should place a link to it?
I think, that best place for BOOST_CURRENT_FUNCTION link is on boost.utility docs page (http://www.boost.org/libs/utility/utility.htm).
Pavel Syomin wrote:
Hi, Peter!
BOOST_CURRENT_FUNCTION is too small to deserve an entry in libraries.htm, but we can link it from somewhere. Where do you think we should place a link to it?
I think, that best place for BOOST_CURRENT_FUNCTION link is on boost.utility docs page (http://www.boost.org/libs/utility/utility.htm).
This page actually documents the contents of boost/utility.hpp, and this header doesn't include current_function.hpp. http://www.boost.org/libs/utility/ seems appropriate, but this location doesn't seem linked from libraries.htm. I'll fix that.
Pavel Syomin wrote:
Hi, Peter!
BOOST_CURRENT_FUNCTION is too small to deserve an entry in libraries.htm, but we can link it from somewhere. Where do you think we should place a link to it?
I think, that best place for BOOST_CURRENT_FUNCTION link is on boost.utility docs page (http://www.boost.org/libs/utility/utility.htm).
Wow, I didn't even know about this macro. I agree http://www.boost.org/libs/utility/utility.htm is the right place for it as that page contains references to several small things.
participants (3)
-
Delfin Rojas
-
Pavel Syomin
-
Peter Dimov