Skip to content

Commit d241bd7

Browse files
Andreas Buhrtzlaine
authored andcommitted
Make "transform" constexpr
1 parent 086241c commit d241bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/parser/parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6569,7 +6569,7 @@ namespace boost { namespace parser {
65696569
/** Returns a `transform_directive` that uses invocable `F` to do its
65706570
work. */
65716571
template<typename F>
6572-
auto transform(F f)
6572+
constexpr auto transform(F f)
65736573
{
65746574
return transform_directive<F>{std::move(f)};
65756575
}

0 commit comments

Comments
 (0)