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

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

Messages

Date: 2020-11-09.20:22:58

Rationale:

No consensus for a change at this time

Date: 2020-11-09.00:00:00

[ 2020-11-09 Status changed: Tentatively NAD → NAD. ]

Date: 2020-07-15.00:00:00

[ 2020-07-17; status changed to Tentatively NAD in issue processing telecon ]

P0269R0 has been superseded by P1294R0. Requested LEWG to confirm which version they forwarded to LWG. In any case, this is a feature request, not a defect, and will be dealt with as a proposal not an issue.

Date: 2018-06-22.06:38:21

[ LEWG Kona 2017 ]

Recommend Open: Covered in LEWG9, P0269, which is in wording review.

Date: 2011-03-22.00:00:00

[ 2011-03-22 Madrid ]

Close 1396 as NAD Future.

Date: 2010-10-24.00:00:00

[ 2010-10-24 Daniel adds: ]

Accepting n3171 would solve this issue.

Date: 2010-10-25.00:34:18

[ Resolution proposed by ballot comment ]

Add allocators to regexes

Date: 2010-11-07.14:07:22

Addresses US-104, 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
2020-11-09 20:22:58adminsetmessages: + msg11532
2020-07-17 23:14:03adminsetmessages: + msg11402
2020-07-17 23:14:03adminsetstatus: open -> nad
2018-06-22 06:38:21adminsetmessages: + msg9968
2018-06-22 06:38:21adminsetstatus: lewg -> open
2014-11-24 15:11:58adminsetstatus: nad future -> lewg
2011-06-02 15:28:39adminsetmessages: + msg5805
2011-03-22 23:57:26adminsetstatus: open -> nad future
2010-10-25 01:00:51adminsetmessages: + msg5118
2010-10-25 01:00:51adminsetmessages: + msg5117
2010-10-25 00:09:15adminsetmessages: + msg5094
2010-10-24 10:50:39adminsetmessages: + msg5012
2010-08-25 00:00:00admincreate