Skip to content

Commit 78e9c84

Browse files
committed
feat: Add option_t
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 709d554 commit 78e9c84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/cmcpp/lift.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ namespace cmcpp
4545
template <Variant T>
4646
inline T lift_flat(const CallContext &cx, const CoreValueIter &vi);
4747

48+
template <Option T>
49+
inline T lift_flat(const CallContext &cx, const CoreValueIter &vi);
50+
4851
}
4952

5053
#endif

0 commit comments

Comments
 (0)