Boost logo

Boost-Build :

Subject: [Boost-build] Patch for handle \t escape sequence
From: áÌÅËÓÅÊ îÉËÉÔÉÎ (alleonik_at_[hidden])
Date: 2010-11-05 06:24:55


Hi.

In our project we needs next scanner:

class unisem-scanner : common-scanner
{
    rule pattern ( )
    {
        return "@include[ \t]+([^ \t\n]+)" ;
    }
}

But now bjam not handle '\t' and tabs in our sources disable (our text
editor adjusted change tabs to spaces). Its force as to patch bjam
sources (scan.c). And will be nice if that patch will get to next
release.

Best Regards,
Alexey.




Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk