diff --git a/concept_check.htm b/concept_check.htm index 7abcf2b..30cf7fc 100644 --- a/concept_check.htm +++ b/concept_check.htm @@ -69,8 +69,8 @@ The Boost Concept Checking Library provides:
  • A mechanism for inserting compile-time checks of template parameters.
  • -
  • A framework for specifying concept requirements though concept - checking classes.
  • +
  • A framework for specifying concept requirements though concept + checking classes.
  • Verify that concept requirements cover the template.
  • @@ -98,15 +98,15 @@ The documentation is organized into the following sections.
    1. Introduction
    2. Motivating Example
    3. +
    4. History
    5. +
    6. Publications
    7. +
    8. Acknowledgements
    9. Using Concept Checks
    10. Creating Concept Checking Classes
    11. Concept Covering and Archetypes
    12. Programming With Concepts
    13. Implementation
    14. Reference
    15. -
    16. History
    17. -
    18. Publications
    19. -
    20. Acknowledgements