bibliography.xml 851 B

1234567891011121314151617181920212223242526
  1. <!--
  2. Copyright Daniel James 2008-2009
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. -->
  6. <section id="unordered.bibliography">
  7. <title>Bibliography</title>
  8. <bibliography>
  9. <biblioentry>
  10. <biblioset relation="journal">
  11. <title>C/C++ Users Journal</title>
  12. <date>February, 2006</date>
  13. </biblioset>
  14. <biblioset relation="article">
  15. <authorgroup>
  16. <author>
  17. <firstname>Pete</firstname>
  18. <surname>Becker</surname>
  19. </author>
  20. </authorgroup>
  21. <title><ulink url="http://www.ddj.com/cpp/184402066">STL and TR1: Part III - Unordered containers</ulink></title>
  22. </biblioset>
  23. <para>An introducation to the standard unordered containers.</para>
  24. </biblioentry>
  25. </bibliography>
  26. </section>