Use the tr1::regex instead of the boost:regex.
Note: the tr1::regex library appears to be a magnitude slower than the boost::regex one, at least for binary files. So this branch is only meant as a way to store the work - the main trunk will keep using boost::regex for now.
Authored by: tortoisesvn 2008-05-25
Parent: [r178]
Child: [r180]