Opened 12 years ago

Closed 9 years ago

#4661 closed Feature Requests (wontfix)

Feature suggestion for concept_check.hpp / Concept FloatingPoint

Reported by: ruediger.berlich@… 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)

fpConcept.patch (783 bytes ) - added by ruediger.berlich@… 12 years ago.
A patch that adds support for a FloatingPoint concept to concept_check.hpp (from Boost 1.44)

Download all attachments as: .zip

Change History (3)

by ruediger.berlich@…, 12 years ago

Attachment: fpConcept.patch added

A patch that adds support for a FloatingPoint concept to concept_check.hpp (from Boost 1.44)

comment:1 by acharles, 9 years ago

Owner: changed from jsiek to acharles
Status: newassigned

comment:2 by acharles, 9 years ago

Resolution: wontfix
Status: assignedclosed

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.