compile-time-regular-expressions icon indicating copy to clipboard operation
compile-time-regular-expressions copied to clipboard

Experimental partial_match support.

Open BenHanson opened this issue 7 years ago • 2 comments
trafficstars

Hi Hana, this is the first attempt.

BenHanson avatar Nov 04 '18 18:11 BenHanson

Please fix the code so the tests will be green. Also add tests for new functionality.

hanickadot avatar Nov 05 '18 14:11 hanickadot

All the tests pass again and I have put in an early return, so the change should be much cleaner. I saw your comment about MSVC, but as the early return is conditional it looks OK.

BenHanson avatar Nov 05 '18 17:11 BenHanson