#5927 closed Bugs (fixed)
Missing #include guards
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | math |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | include guard | Cc: |
Description
The header boost/math/special_functions/prime.hpp does not have #include guards
Change History (2)
Note:
See TracTickets
for help on using tickets.
(In [74890]) Remove unused constants. Fix expression for tolerance in eps_tolerance. Add include guards to prime.hpp. Fixes #5982. Fixes #5927. Fixes #6001.