Opened 11 years ago
Closed 11 years ago
#5799 closed Bugs (fixed)
Compile error at proto/detail/preprocessed/unpack_expr_.hpp
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | To Be Determined | Component: | proto |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Following code will be compile error on proto/detail/preprocessed/unpack_expr_.hpp.
#include <boost/proto/make_expr.hpp>
I think proto/make_expr.hpp forget including fusion/sequence/intrinsic/at.hpp.
I tested 1.42.0 and 1.48.0(trunk).
Note:
See TracTickets
for help on using tickets.
Thanks. This is now fixed both on trunk and release.