comparison Core/HttpServer/StringMatcher.cpp @ 3406:8de071691d13

fix for visual studio 2008
author s.jodogne@gmail.com
date Sat, 08 Jun 2019 10:30:00 +0200
parents 630fc934597f
children 94f4a18a79cc
comparison
equal deleted inserted replaced
3405:408ffcb4038f 3406:8de071691d13
135 } 135 }
136 136
137 137
138 const char* StringMatcher::GetPointerEnd() const 138 const char* StringMatcher::GetPointerEnd() const
139 { 139 {
140 return &GetMatchEnd()[0]; 140 return GetPointerBegin() + pattern_.size();
141 } 141 }
142 } 142 }