enum axl::re::RegexCompiler::Flag

#include <axl_re_Regex.h>

enum Flag
{
    Flag_NonCapturingGroups = 0x01,
    Flag_SparseSyntax       = 0x02,
};