Opened 11 years ago
Closed 6 years ago
#6665 closed Bugs (fixed)
not-unary phoenix stl cmath adapted functions not working
Reported by: | Owned by: | Thomas Heller | |
---|---|---|---|
Milestone: | Component: | phoenix | |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | boost phoenix stl cmath pow | Cc: | alfredo.correa@… |
Description
boost::phoenix::pow (and other binary functions) doesn't work as expected. This is because there is a typo in phoenix/stl/cmath.hpp
The appropriate line should read:
namespace phoenix { \ BOOST_PHOENIX_ADAPT_CALLABLE(name, phoenix_impl::name ## _impl, n) \ }
with "n" not "1" (as currently) (revision 77276.)
I will attach the modified file.
Attachments (1)
Change History (4)
by , 11 years ago
comment:1 by , 11 years ago
Component: | None → phoenix |
---|---|
Owner: | set to |
Summary: | small typo in phoenix.stl → not-unary phoenix stl cmath adapted functions not working |
comment:3 by , 6 years ago
Milestone: | To Be Determined |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
corrected file