Opened 12 years ago
Closed 9 years ago
#4661 closed Feature Requests (wontfix)
Feature suggestion for concept_check.hpp / Concept FloatingPoint
Reported by: | Owned by: | acharles | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | concept_check |
Version: | Boost 1.44.0 | Severity: | Not Applicable |
Keywords: | FloatingPoint concept_check | Cc: |
Description
A simple addition that allows to say
BOOST_CONCEPT_ASSERT((boost::FloatingPoint<fp_type>));
as per a suggestion of Dave Abrahams on the Boost users mailing list (September 18, 2010).
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | fpConcept.patch added |
---|
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Patch does not contain tests. Resubmit as a pull request to https://github.com/boostorg/concept_check with appropriate tests.
Note:
See TracTickets
for help on using tickets.
A patch that adds support for a FloatingPoint concept to concept_check.hpp (from Boost 1.44)