mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 15:52:27 +03:00
ue2_literal: define npos in ue2string.cpp
This commit is contained in:
committed by
Matthew Barr
parent
85c8822dd1
commit
012b347284
@@ -237,6 +237,8 @@ ue2_literal::elem::operator CharReach () const {
|
||||
}
|
||||
}
|
||||
|
||||
const ue2_literal::size_type ue2_literal::npos = std::string::npos;
|
||||
|
||||
ue2_literal::ue2_literal(const std::string &s_in, bool nc_in)
|
||||
: s(nc_in ? toUpperString(s_in) : s_in), nocase(s_in.size()) {
|
||||
if (nc_in) {
|
||||
|
Reference in New Issue
Block a user