Skip to content

Commit ee4dc52

Browse files
committed
Dont remove empty elements
1 parent cfd42b0 commit ee4dc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linq/query.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ struct let
271271
// Transforms the sequence
272272
#define LINQ_TRANSFORM(seq) LINQ_X(LINQ_TRANSFORM_FROM_CLAUSES(seq))
273273
// And finally the LINQ macro
274-
#define LINQ(x) LINQ_TRANSFORM(LINQ_SEQ_REMOVE_EMPTY(LINQ_TO_SEQ(x)))
274+
#define LINQ(x) LINQ_TRANSFORM(LINQ_TO_SEQ(x))
275275

276276
#ifdef LINQ_TEST_QUERY
277277

0 commit comments

Comments
 (0)