From 682544ef17cdf96cde684d5601c6145132624f22 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 04:27:04 -0400 Subject: Refer to empty expression operators as simply NULL. --- src/op.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/op.h') diff --git a/src/op.h b/src/op.h index 1c6b246e..b7ae9430 100644 --- a/src/op.h +++ b/src/op.h @@ -287,8 +287,8 @@ public: ostream_pos_type * end_pos; bool relaxed; - context_t(const ptr_op_t& _expr_op = ptr_op_t(), - const ptr_op_t& _op_to_find = ptr_op_t(), + context_t(const ptr_op_t& _expr_op = NULL, + const ptr_op_t& _op_to_find = NULL, ostream_pos_type * const _start_pos = NULL, ostream_pos_type * const _end_pos = NULL, const bool _relaxed = true) -- cgit v1.2.3