From 688a9eecb53b56867b19d8ac7cc35c3125cfb002 Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Tue, 3 Dec 2024 19:30:20 +0100 Subject: [PATCH 1/2] Update execCheckNaming_win32.ref correct default allocator is now recognized --- root/meta/naming/execCheckNaming_win32.ref | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/root/meta/naming/execCheckNaming_win32.ref b/root/meta/naming/execCheckNaming_win32.ref index 5da989297b..aabae29135 100644 --- a/root/meta/naming/execCheckNaming_win32.ref +++ b/root/meta/naming/execCheckNaming_win32.ref @@ -27,13 +27,13 @@ Check TClassEdit::ShortType @map,allocator > >@ --> @map@ @map,allocator > >@ --> @map@ @list >@ --> @list@ -@typeid(set)@ --> @set,allocator >@ -@typeid(list)@ --> @list >@ -@typeid(deque)@ --> @deque >@ -@typeid(vector)@ --> @vector >@ +@typeid(set)@ --> @set >@ +@typeid(list)@ --> @list@ +@typeid(deque)@ --> @deque@ +@typeid(vector)@ --> @vector@ @typeid(map)@ --> @map,allocator > >@ @typeid(multimap)@ --> @multimap,allocator > >@ -@typeid(unordered_set)@ --> @unordered_set,struct std::equal_to,allocator >@ +@typeid(unordered_set)@ --> @unordered_set,struct std::equal_to >@ @typeid(unordered_map)@ --> @unordered_map,struct std::equal_to,allocator > >@ @typeid(unordered_multimap)@ --> @unordered_multimap,struct std::equal_to,allocator > >@ (int) 0 From 79e6714ef6785ab2bf883885c18826b339838fbf Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Tue, 3 Dec 2024 19:33:49 +0100 Subject: [PATCH 2/2] Update execCheckNaming_win64.ref def alloc now recognized --- root/meta/naming/execCheckNaming_win64.ref | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/root/meta/naming/execCheckNaming_win64.ref b/root/meta/naming/execCheckNaming_win64.ref index 5da989297b..aabae29135 100644 --- a/root/meta/naming/execCheckNaming_win64.ref +++ b/root/meta/naming/execCheckNaming_win64.ref @@ -27,13 +27,13 @@ Check TClassEdit::ShortType @map,allocator > >@ --> @map@ @map,allocator > >@ --> @map@ @list >@ --> @list@ -@typeid(set)@ --> @set,allocator >@ -@typeid(list)@ --> @list >@ -@typeid(deque)@ --> @deque >@ -@typeid(vector)@ --> @vector >@ +@typeid(set)@ --> @set >@ +@typeid(list)@ --> @list@ +@typeid(deque)@ --> @deque@ +@typeid(vector)@ --> @vector@ @typeid(map)@ --> @map,allocator > >@ @typeid(multimap)@ --> @multimap,allocator > >@ -@typeid(unordered_set)@ --> @unordered_set,struct std::equal_to,allocator >@ +@typeid(unordered_set)@ --> @unordered_set,struct std::equal_to >@ @typeid(unordered_map)@ --> @unordered_map,struct std::equal_to,allocator > >@ @typeid(unordered_multimap)@ --> @unordered_multimap,struct std::equal_to,allocator > >@ (int) 0