Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comma expresion for MSVC fold expression bug
Boolean fold expression seems like some bugs in MSVC, it's incorrectly removed. In other projects, we found similar problems. But gcc or clang not. On the other hand, fold expression with comma seems cleaner than lambda. Referenced-by: ZigRazor/CXXGraph#415
- Loading branch information