Moving more functions into LUA

This commit is contained in:
DennisOSRM 2012-11-03 08:18:22 +01:00
parent e8c7f7b5da
commit 24321d860c

View File

@ -25,6 +25,8 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include <climits>
//TODO: Move into LUA
inline bool durationIsValid(const std::string &s) {
boost::regex e ("((\\d|\\d\\d):)*(\\d|\\d\\d)",boost::regex_constants::icase|boost::regex_constants::perl);