mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 01:41:51 +03:00
ue2_literal: define npos in ue2string.cpp
This commit is contained in:
committed by
Matthew Barr
parent
85c8822dd1
commit
012b347284
@@ -138,7 +138,8 @@ public:
|
||||
|
||||
using const_reverse_iterator = std::reverse_iterator<const_iterator>;
|
||||
using size_type = std::string::size_type;
|
||||
static const size_type npos = std::string::npos;
|
||||
|
||||
static const size_type npos;
|
||||
|
||||
ue2_literal() = default;
|
||||
ue2_literal(const std::string &s_in, bool nc_in);
|
||||
|
||||
Reference in New Issue
Block a user