Skip to content

Commit 82edeb6

Browse files
committed
refactor(util): use new UFCS macros
1 parent ef5f8eb commit 82edeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp2util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ class out {
724724
} \
725725
}
726726

727-
#if 0 // When not rebasing, enable this branch.
727+
#if 1 // When not rebasing, enable this branch.
728728
#define CPP2_UFCS(...) CPP2_UFCS_(&,,__VA_ARGS__)
729729
#define CPP2_UFCS_TEMPLATE(...) CPP2_UFCS_(&,template,__VA_ARGS__)
730730
#define CPP2_UFCS_NONLOCAL(...) CPP2_UFCS_(,,__VA_ARGS__)

0 commit comments

Comments
 (0)