Opened 4 years ago

Closed 4 years ago

#13572 closed Bugs (duplicate)

typo in hana manual "generic lifting process"

Reported by: cppljevans@… Owned by:
Milestone: To Be Determined Component: None
Version: Boost 1.67.0 Severity: Cosmetic
Keywords: hana docs generic lifting Cc:

Description

This page:

https://www.boost.org/doc/libs/1_67_0/libs/hana/doc/html/index.html#tutorial-type-lifting

contains:

return hana::type<T*>;

This fails clang compilation. When changed to:

return hana::type_c<T*>;

it passes clang compilation.

Change History (1)

comment:1 by Mateusz Loskot, 4 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.