Roland Reichwein b860326b26
Fix delegate not being cleared by assigning empty braces (#1401)
* Fix delegate not being cleared by assigning empty braces

Fixes issue #1399.

The non-capturing lambda support (PR#1295) added a non-explicit
delegate(function_ptr) constructor and operator=(function_ptr). This
caused `delegate = {}` to implicitly convert `{}` to a null function
pointer and bind it via function_ptr_stub, leaving the delegate
appearing valid (stub != nullptr) but invoking through a null pointer
(undefined behavior).

Fix:
- Mark delegate(function_ptr) constructor explicit to prevent implicit
  conversion from `{}` during initialization.
- In operator=(function_ptr), clear the delegate when fp is null
  instead of binding a null pointer through function_ptr_stub.

Added tests verifying that both `delegate d = {}` and `d = {}` produce
an invalid (cleared) delegate.

* Fix Dockerfile for powerpc cross build

Debian snapshot sources were mixed with plain sid sources which
mismatched after a while. Now, aligning all sources from snapshot
server.
2026-04-21 15:27:43 +02:00
..
.vscode Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
atomic Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
deprecated Formatted source files 2026-04-02 14:11:45 +01:00
experimental Formatted source files 2026-04-02 14:11:45 +01:00
generators Ran clang-format on generated files, using the .clang-format from PR #1314 2026-04-01 13:33:18 +01:00
mutex Formatted source files 2026-04-02 14:11:45 +01:00
private Fix delegate not being cleared by assigning empty braces (#1401) 2026-04-21 15:27:43 +02:00
profiles Actually use ETL_USE_BUILTIN_MEM_FUNCTIONS to decide about macro defi… (#1398) 2026-04-18 17:13:43 +02:00
absolute.h Formatted source files 2026-04-02 14:11:45 +01:00
algorithm.h Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
alignment.h Formatted source files 2026-04-02 14:11:45 +01:00
array_view.h Formatted source files 2026-04-02 14:11:45 +01:00
array_wrapper.h Formatted source files 2026-04-02 14:11:45 +01:00
array.h Formatted source files 2026-04-02 14:11:45 +01:00
atomic.h Formatted source files 2026-04-02 14:11:45 +01:00
base64_decoder.h Formatted source files 2026-04-02 14:11:45 +01:00
base64_encoder.h Formatted source files 2026-04-02 14:11:45 +01:00
base64.h Formatted source files 2026-04-02 14:11:45 +01:00
basic_format_spec.h Formatted source files 2026-04-02 14:11:45 +01:00
basic_string_stream.h Formatted source files 2026-04-02 14:11:45 +01:00
basic_string.h Formatted source files 2026-04-02 14:11:45 +01:00
binary.h Formatted source files 2026-04-02 14:11:45 +01:00
bip_buffer_spsc_atomic.h Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
bit_stream.h Formatted source files 2026-04-02 14:11:45 +01:00
bit.h Formatted source files 2026-04-02 14:11:45 +01:00
bitset.h Add IWYU pragmas to private headers which provide library symbols (#1103) 2025-05-21 15:24:06 +01:00
bloom_filter.h Formatted source files 2026-04-02 14:11:45 +01:00
bresenham_line.h Formatted source files 2026-04-02 14:11:45 +01:00
buffer_descriptors.h Formatted source files 2026-04-02 14:11:45 +01:00
byte_stream.h Formatted source files 2026-04-02 14:11:45 +01:00
byte.h Formatted source files 2026-04-02 14:11:45 +01:00
callback_service.h Formatted source files 2026-04-02 14:11:45 +01:00
callback_timer_atomic.h Formatted source files 2026-04-02 14:11:45 +01:00
callback_timer_deferred_locked.h Formatted source files 2026-04-02 14:11:45 +01:00
callback_timer_interrupt.h Formatted source files 2026-04-02 14:11:45 +01:00
callback_timer_locked.h Formatted source files 2026-04-02 14:11:45 +01:00
callback_timer.h Formatted source files 2026-04-02 14:11:45 +01:00
callback.h Formatted source files 2026-04-02 14:11:45 +01:00
char_traits.h Formatted source files 2026-04-02 14:11:45 +01:00
checksum.h Formatted source files 2026-04-02 14:11:45 +01:00
chrono.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
circular_buffer.h Formatted source files 2026-04-02 14:11:45 +01:00
circular_iterator.h Formatted source files 2026-04-02 14:11:45 +01:00
closure.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
combinations.h Formatted source files 2026-04-02 14:11:45 +01:00
compare.h Formatted source files 2026-04-02 14:11:45 +01:00
concepts.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
const_map.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
const_multimap.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
const_multiset.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
const_set.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
constant.h Formatted source files 2026-04-02 14:11:45 +01:00
container.h Formatted source files 2026-04-02 14:11:45 +01:00
correlation.h Formatted source files 2026-04-02 14:11:45 +01:00
covariance.h Formatted source files 2026-04-02 14:11:45 +01:00
crc1.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_ccitt.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_cdma2000.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_darc.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_dvbs2.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_ebu.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_icode.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_itu.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_j1850_zero.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_j1850.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_maxim.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_nrsc5.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_opensafety.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_rohc.h Formatted source files 2026-04-02 14:11:45 +01:00
crc8_wcdma.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_a.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_arc.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_aug_ccitt.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_buypass.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_ccitt.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_cdma2000.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_dds110.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_dectr.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_dectx.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_dnp.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_en13757.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_genibus.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_kermit.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_m17.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_maxim.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_mcrf4xx.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_modbus.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_opensafety_a.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_opensafety_b.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_profibus.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_riello.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_t10dif.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_teledisk.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_tms37157.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_usb.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_x25.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16_xmodem.h Formatted source files 2026-04-02 14:11:45 +01:00
crc16.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32_bzip2.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32_c.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32_d.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32_jamcrc.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32_mpeg2.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32_posix.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32_q.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32_xfer.h Formatted source files 2026-04-02 14:11:45 +01:00
crc32.h Formatted source files 2026-04-02 14:11:45 +01:00
crc64_ecma.h Formatted source files 2026-04-02 14:11:45 +01:00
crc64_iso.h Formatted source files 2026-04-02 14:11:45 +01:00
crc.h Formatted source files 2026-04-02 14:11:45 +01:00
cstring.h Formatted source files 2026-04-02 14:11:45 +01:00
cyclic_value.h Formatted source files 2026-04-02 14:11:45 +01:00
debounce.h Formatted source files 2026-04-02 14:11:45 +01:00
debug_count.h Formatted source files 2026-04-02 14:11:45 +01:00
delegate_observable.h Formatted source files 2026-04-02 14:11:45 +01:00
delegate_service.h Formatted source files 2026-04-02 14:11:45 +01:00
delegate.h Add IWYU pragmas to private headers which provide library symbols (#1103) 2025-05-21 15:24:06 +01:00
deque.h Formatted source files 2026-04-02 14:11:45 +01:00
doxygen.h Fix broken syntax from clang-format reformat (#1385) 2026-04-11 10:16:03 +02:00
endianness.h Formatted source files 2026-04-02 14:11:45 +01:00
enum_type.h Formatted source files 2026-04-02 14:11:45 +01:00
error_handler.h Formatted source files 2026-04-02 14:11:45 +01:00
exception.h Attempt to fix syntax that comfuse clang-format 2026-04-03 12:31:51 +01:00
expected.h Formatted source files 2026-04-02 14:11:45 +01:00
factorial.h Formatted source files 2026-04-02 14:11:45 +01:00
fibonacci.h Formatted source files 2026-04-02 14:11:45 +01:00
file_error_numbers.h Formatted source files 2026-04-02 14:11:45 +01:00
fixed_iterator.h Formatted source files 2026-04-02 14:11:45 +01:00
fixed_sized_memory_block_allocator.h Formatted source files 2026-04-02 14:11:45 +01:00
flags.h Formatted source files 2026-04-02 14:11:45 +01:00
flat_map.h Formatted source files 2026-04-02 14:11:45 +01:00
flat_multimap.h Formatted source files 2026-04-02 14:11:45 +01:00
flat_multiset.h Formatted source files 2026-04-02 14:11:45 +01:00
flat_set.h Formatted source files 2026-04-02 14:11:45 +01:00
fnv_1.h Formatted source files 2026-04-02 14:11:45 +01:00
format_spec.h Updated copyright notice 2022-06-10 21:45:37 +01:00
format.h Optimize formatting in format.h for float values (#1379) 2026-04-19 13:19:53 +02:00
forward_list.h Formatted source files 2026-04-02 14:11:45 +01:00
frame_check_sequence.h Formatted source files 2026-04-02 14:11:45 +01:00
fsm.h Formatted source files 2026-04-02 14:11:45 +01:00
function_traits.h Formatted source files 2026-04-02 14:11:45 +01:00
function.h Formatted source files 2026-04-02 14:11:45 +01:00
functional.h Formatted source files 2026-04-02 14:11:45 +01:00
gamma.h Formatted source files 2026-04-02 14:11:45 +01:00
gcd.h Formatted source files 2026-04-02 14:11:45 +01:00
generic_pool.h Formatted source files 2026-04-02 14:11:45 +01:00
hash.h Formatted source files 2026-04-02 14:11:45 +01:00
hfsm.h Formatted source files 2026-04-02 14:11:45 +01:00
histogram.h Formatted source files 2026-04-02 14:11:45 +01:00
ihash.h Formatted source files 2026-04-02 14:11:45 +01:00
imemory_block_allocator.h Formatted source files 2026-04-02 14:11:45 +01:00
index_of_type.h Formatted source files 2026-04-02 14:11:45 +01:00
indirect_vector.h Formatted source files 2026-04-02 14:11:45 +01:00
initializer_list.h Formatted source files 2026-04-02 14:11:45 +01:00
inplace_function.h Formatted source files 2026-04-02 14:11:45 +01:00
instance_count.h Formatted source files 2026-04-02 14:11:45 +01:00
integral_limits.h Formatted source files 2026-04-02 14:11:45 +01:00
intrusive_forward_list.h Formatted source files 2026-04-02 14:11:45 +01:00
intrusive_links.h Merged from local copy of PR1295 2026-04-04 00:14:49 +01:00
intrusive_list.h Formatted source files 2026-04-02 14:11:45 +01:00
intrusive_queue.h Formatted source files 2026-04-02 14:11:45 +01:00
intrusive_stack.h Formatted source files 2026-04-02 14:11:45 +01:00
invert.h Formatted source files 2026-04-02 14:11:45 +01:00
invoke.h Formatted source files 2026-04-02 14:11:45 +01:00
io_port.h Formatted source files 2026-04-02 14:11:45 +01:00
ipool.h Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
ireference_counted_message_pool.h Formatted source files 2026-04-02 14:11:45 +01:00
iterator.h Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
jenkins.h Formatted source files 2026-04-02 14:11:45 +01:00
largest.h Formatted source files 2026-04-02 14:11:45 +01:00
lcm.h Formatted source files 2026-04-02 14:11:45 +01:00
limiter.h Formatted source files 2026-04-02 14:11:45 +01:00
limits.h Formatted source files 2026-04-02 14:11:45 +01:00
list.h Formatted source files 2026-04-02 14:11:45 +01:00
log.h Formatted source files 2026-04-02 14:11:45 +01:00
macros.h Formatted source files 2026-04-02 14:11:45 +01:00
manchester.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
map.h Formatted source files 2026-04-02 14:11:45 +01:00
math_constants.h Formatted source files 2026-04-02 14:11:45 +01:00
math.h Formatted source files 2026-04-02 14:11:45 +01:00
mean.h Formatted source files 2026-04-02 14:11:45 +01:00
mem_cast.h Formatted source files 2026-04-02 14:11:45 +01:00
memory_model.h Formatted source files 2026-04-02 14:11:45 +01:00
memory.h Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
message_broker.h Formatted source files 2026-04-02 14:11:45 +01:00
message_bus.h Formatted source files 2026-04-02 14:11:45 +01:00
message_packet.h Formatted source files 2026-04-02 14:11:45 +01:00
message_router_registry.h Formatted source files 2026-04-02 14:11:45 +01:00
message_router.h Formatted source files 2026-04-02 14:11:45 +01:00
message_timer_atomic.h Formatted source files 2026-04-02 14:11:45 +01:00
message_timer_interrupt.h Formatted source files 2026-04-02 14:11:45 +01:00
message_timer_locked.h Formatted source files 2026-04-02 14:11:45 +01:00
message_timer.h Formatted source files 2026-04-02 14:11:45 +01:00
message_types.h Formatted source files 2026-04-02 14:11:45 +01:00
message.h Formatted source files 2026-04-02 14:11:45 +01:00
monostate.h Formatted source files 2026-04-02 14:11:45 +01:00
multi_array.h Formatted source files 2026-04-02 14:11:45 +01:00
multi_range.h Formatted source files 2026-04-02 14:11:45 +01:00
multi_span.h Formatted source files 2026-04-02 14:11:45 +01:00
multi_vector.h Formatted source files 2026-04-02 14:11:45 +01:00
multimap.h Formatted source files 2026-04-02 14:11:45 +01:00
multiset.h Formatted source files 2026-04-02 14:11:45 +01:00
murmur3.h Formatted source files 2026-04-02 14:11:45 +01:00
mutex.h Formatted source files 2026-04-02 14:11:45 +01:00
negative.h Formatted source files 2026-04-02 14:11:45 +01:00
not_null.h Formatted source files 2026-04-02 14:11:45 +01:00
nth_type.h Formatted source files 2026-04-02 14:11:45 +01:00
null_type.h Formatted source files 2026-04-02 14:11:45 +01:00
nullptr.h Formatted source files 2026-04-02 14:11:45 +01:00
numeric.h Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
observer.h Formatted source files 2026-04-02 14:11:45 +01:00
optional.h Formatted source files 2026-04-02 14:11:45 +01:00
overload.h Formatted source files 2026-04-02 14:11:45 +01:00
packet.h Formatted source files 2026-04-02 14:11:45 +01:00
parameter_pack.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
parameter_type.h Formatted source files 2026-04-02 14:11:45 +01:00
pearson.h Formatted source files 2026-04-02 14:11:45 +01:00
permutations.h Formatted source files 2026-04-02 14:11:45 +01:00
placement_new.h Formatted source files 2026-04-02 14:11:45 +01:00
platform.h Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
poly_span.h Formatted source files 2026-04-02 14:11:45 +01:00
pool.h Formatted source files 2026-04-02 14:11:45 +01:00
power.h Formatted source files 2026-04-02 14:11:45 +01:00
print.h Formatted source files 2026-04-02 14:11:45 +01:00
priority_queue.h Suppress false positive compiler warnings when compiling with -O3 (#1389) 2026-04-14 12:38:59 +02:00
pseudo_moving_average.h Formatted source files 2026-04-02 14:11:45 +01:00
quantize.h Formatted source files 2026-04-02 14:11:45 +01:00
queue_lockable.h Formatted source files 2026-04-02 14:11:45 +01:00
queue_mpmc_mutex.h Formatted source files 2026-04-02 14:11:45 +01:00
queue_spsc_atomic.h Formatted source files 2026-04-02 14:11:45 +01:00
queue_spsc_isr.h Formatted source files 2026-04-02 14:11:45 +01:00
queue_spsc_locked.h Formatted source files 2026-04-02 14:11:45 +01:00
queue.h Formatted source files 2026-04-02 14:11:45 +01:00
radix.h Formatted source files 2026-04-02 14:11:45 +01:00
random.h Formatted source files 2026-04-02 14:11:45 +01:00
ranges.h Fix operator| conflict with std::ranges (#1395) 2026-04-14 12:00:37 +02:00
ratio.h Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
reference_counted_message_pool.h Formatted source files 2026-04-02 14:11:45 +01:00
reference_counted_message.h Formatted source files 2026-04-02 14:11:45 +01:00
reference_counted_object.h Formatted source files 2026-04-02 14:11:45 +01:00
reference_flat_map.h Formatted source files 2026-04-02 14:11:45 +01:00
reference_flat_multimap.h Formatted source files 2026-04-02 14:11:45 +01:00
reference_flat_multiset.h Formatted source files 2026-04-02 14:11:45 +01:00
reference_flat_set.h Formatted source files 2026-04-02 14:11:45 +01:00
rescale.h Formatted source files 2026-04-02 14:11:45 +01:00
result.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
rms.h Formatted source files 2026-04-02 14:11:45 +01:00
rounded_integral_division.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
scaled_rounding.h Formatted source files 2026-04-02 14:11:45 +01:00
scheduler.h Formatted source files 2026-04-02 14:11:45 +01:00
set.h Formatted source files 2026-04-02 14:11:45 +01:00
shared_message.h Formatted source files 2026-04-02 14:11:45 +01:00
signal.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
singleton_base.h Formatted source files 2026-04-02 14:11:45 +01:00
singleton.h Formatted source files 2026-04-02 14:11:45 +01:00
smallest.h Formatted source files 2026-04-02 14:11:45 +01:00
span.h Formatted source files 2026-04-02 14:11:45 +01:00
sqrt.h Formatted source files 2026-04-02 14:11:45 +01:00
stack.h Formatted source files 2026-04-02 14:11:45 +01:00
standard_deviation.h Formatted source files 2026-04-02 14:11:45 +01:00
state_chart.h Formatted source files 2026-04-02 14:11:45 +01:00
static_assert.h Formatted source files 2026-04-02 14:11:45 +01:00
string_stream.h Formatted source files 2026-04-02 14:11:45 +01:00
string_utilities.h Formatted source files 2026-04-02 14:11:45 +01:00
string_view.h Formatted source files 2026-04-02 14:11:45 +01:00
string.h Formatted source files 2026-04-02 14:11:45 +01:00
stringify.h Formatted source files 2026-04-02 14:11:45 +01:00
successor.h Formatted source files 2026-04-02 14:11:45 +01:00
task.h Formatted source files 2026-04-02 14:11:45 +01:00
threshold.h Formatted source files 2026-04-02 14:11:45 +01:00
timer.h Formatted source files 2026-04-02 14:11:45 +01:00
to_arithmetic.h Formatted source files 2026-04-02 14:11:45 +01:00
to_string.h Formatted source files 2026-04-02 14:11:45 +01:00
to_u8string.h Formatted source files 2026-04-02 14:11:45 +01:00
to_u16string.h Formatted source files 2026-04-02 14:11:45 +01:00
to_u32string.h Formatted source files 2026-04-02 14:11:45 +01:00
to_wstring.h Formatted source files 2026-04-02 14:11:45 +01:00
tuple.h Add missing syntax checks (#1381) 2026-04-15 10:09:28 +02:00
type_def.h Attempt to fix syntax that comfuse clang-format 2026-04-03 13:58:19 +01:00
type_list.h Formatted source files 2026-04-02 14:11:45 +01:00
type_lookup.h Formatted source files 2026-04-02 14:11:45 +01:00
type_select.h Formatted source files 2026-04-02 14:11:45 +01:00
type_traits.h Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
u8format_spec.h Added u8string + utilities 2023-11-14 00:06:57 +00:00
u8string_stream.h Formatted source files 2026-04-02 14:11:45 +01:00
u8string.h Formatted source files 2026-04-02 14:11:45 +01:00
u16format_spec.h Updated copyright notice 2022-06-10 21:45:37 +01:00
u16string_stream.h Formatted source files 2026-04-02 14:11:45 +01:00
u16string.h Formatted source files 2026-04-02 14:11:45 +01:00
u32format_spec.h Updated copyright notice 2022-06-10 21:45:37 +01:00
u32string_stream.h Formatted source files 2026-04-02 14:11:45 +01:00
u32string.h Formatted source files 2026-04-02 14:11:45 +01:00
unaligned_type.h Formatted source files 2026-04-02 14:11:45 +01:00
uncopyable.h Formatted source files 2026-04-02 14:11:45 +01:00
unordered_map.h Formatted source files 2026-04-02 14:11:45 +01:00
unordered_multimap.h Formatted source files 2026-04-02 14:11:45 +01:00
unordered_multiset.h Formatted source files 2026-04-02 14:11:45 +01:00
unordered_set.h Formatted source files 2026-04-02 14:11:45 +01:00
user_type.h Formatted source files 2026-04-02 14:11:45 +01:00
utility.h Formatted source files 2026-04-02 14:11:45 +01:00
variance.h Formatted source files 2026-04-02 14:11:45 +01:00
variant_pool.h Formatted source files 2026-04-02 14:11:45 +01:00
variant.h Formatted source files 2026-04-02 14:11:45 +01:00
vector.h Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
version.h Updated version and release notes 2026-04-05 14:13:22 +01:00
visitor.h Formatted source files 2026-04-02 14:11:45 +01:00
wformat_spec.h Updated copyright notice 2022-06-10 21:45:37 +01:00
wstring_stream.h Formatted source files 2026-04-02 14:11:45 +01:00
wstring.h Formatted source files 2026-04-02 14:11:45 +01:00