allidev

Results 2 comments of allidev

It seems that c++11 has std::regex that can easily replace the regcomp function in the code. We should be able to get around this error. I am going to take...

@emcrisostomo, I understand your concern. In fact, in [filter.cpp,](https://github.com/emcrisostomo/fswatch/blob/master/libfswatch/src/libfswatch/c++/filter.cpp) you do use ``, so it seems that the value of using `` has been validated in the current codebase. Maybe...