Opened 7 years ago
Closed 7 years ago
#11892 closed Bugs (fixed)
missing inline on complex constructors in cstdfloat_complex_std.hpp
Reported by: | anonymous | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | math |
Version: | Boost 1.60.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The constructors for complex on lines 204-206 in cstdfloat_complex_std.hpp need inline added. Otherwise, there are "multiple definition" errors if cstdfloat.hpp is included in multiple files.
Note:
See TracTickets
for help on using tickets.
Thanks for the report, fixed in https://github.com/boostorg/math/commit/8e7660e9093bfe943e980a0fbde6e10a478f2f4a.