Opened 14 years ago
Last modified 12 years ago
#1909 new Bugs
Documentation is out of sync
Reported by: | Owned by: | jsiek | |
---|---|---|---|
Milestone: | To Be Determined | Component: | concept_check |
Version: | Boost 1.43.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The page "Implementation" of the documentation still uses the deprecated way of defining and checking concepts:
http://www.boost.org/doc/libs/1_35_0/libs/concept_check/implementation.htm
The rest of the pages seem to be up to date.
Another small thing is that the "Prev" and "Next" links at the the bottom of the page "Using Concept Checks" are switched compared to the other pages.
http://www.boost.org/doc/libs/1_35_0/libs/concept_check/using_concept_check.htm
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 12 years ago
Version: | Boost 1.35.0 → Boost 1.43.0 |
---|
The Next/Prev link problem is more widespread than reported here. It persists into Boost 1.43 and the order of Next and Prev changes across multiple pages; it isn't just the _Using Concept Checks_ page relative to the rest.
Ooops, I just revisited the documentation and realized that I overread the comment at the top of the "Implementation" page stating that the documentation is out of sync.
Sorry for the noise, I promise to read more carefully before reporting any bugs in the future.