Title
regex should support allocators
Status
dup
Section
[re.regex]
Submitter
INCITS

Created on 2010-08-25.00:00:00 last changed 164 months ago

Messages

Date: 2011-03-05.21:44:45

Proposed resolution:

Add allocators to regexes; see paper N3171 in the pre-Batavia mailing.

Date: 2010-10-26.13:57:17

Duplicate: 1396

Addresses US-141

std::basic_regex should have an allocator for all the reasons that a std::string does. For example, I can use boost::interprocess to put a string or vector in shared memory, but not a regex.

History
Date User Action Args
2010-10-26 13:57:17adminsetstatus: open -> dup
2010-10-23 17:18:50adminsetmessages: + msg4893
2010-10-23 17:18:50adminsetmessages: + msg4892
2010-08-25 00:00:00admincreate