Opened 17 years ago
Closed 17 years ago
#594 closed Bugs (Fixed)
Doc typo for boost::extent
Reported by: | iaanus | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Component: | type_traits | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
The first example provided in the documentation of boost::extent reads extent<int[1]> inherits from integral_constant<std::size_t, 0>. should be instead: extent<int[1]> inherits from integral_constant<std::size_t, 1>.
Note:
See TracTickets
for help on using tickets.