Subject: [Boost-bugs] [Boost C++ Libraries] #13572: typo in hana manual "generic lifting process"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-05-23 01:44:14
#13572: typo in hana manual "generic lifting process"
---------------------------------------+----------------------
Reporter: cppljevans@⦠| Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.67.0 | Severity: Cosmetic
Keywords: hana docs generic lifting |
---------------------------------------+----------------------
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.
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13572> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2018-05-23 01:51:22 UTC