common-footnotes.rst 1.2 KB

1234567891011121314151617181920212223242526
  1. .. Copyright David Abrahams 2006. Distributed under the Boost
  2. .. Software License, Version 1.0. (See accompanying
  3. .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. .. [#warnings] Remember that warnings are specific to each compiler
  5. implementation. The developer of a given Boost library might
  6. not have access to your compiler. Also, some warnings are
  7. extremely difficult to eliminate in generic code, to the point
  8. where it's not worth the trouble. Finally, some compilers don't
  9. have any source code mechanism for suppressing warnings.
  10. .. [#distinct] This convention distinguishes the static version of
  11. a Boost library from the import library for an
  12. identically-configured Boost DLL, which would otherwise have the
  13. same name.
  14. .. [#debug-abi] These libraries were compiled without optimization
  15. or inlining, with full debug symbols enabled, and without
  16. ``NDEBUG`` ``#define``\ d. Although it's true that sometimes
  17. these choices don't affect binary compatibility with other
  18. compiled code, you can't count on that with Boost libraries.
  19. .. [#native] This feature of STLPort is deprecated because it's
  20. impossible to make it work transparently to the user; we don't
  21. recommend it.
粤ICP备19079148号