reactos/sdk/lib/ucrt
Timo Kreuzer f9dc185ede [UCRT] Use a C cast instead of const_cast for GCC
This is because GCC will generate errors for both const_cast and static_cast depending on the template parameter:
- With const_cast: error: invalid 'const_cast' from type 'std::nullptr_t' to type 'const wchar_t**'
- With static_cast: error: invalid 'static_cast' from type 'wchar_t** const' to type 'const wchar_t**'
2025-01-16 14:18:53 +02:00
..
conio [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
convert [UCRT] Fix non-standard extern "C" usage 2025-01-16 14:18:53 +02:00
dll [UCRT] Add missing line breaks at end of file 2025-01-16 14:18:53 +02:00
env [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
exec [UCRT] Fix benign typo ('\0' instead of nullptr) 2025-01-16 14:18:53 +02:00
fenv
filesystem [UCRT] Fix template specialization 2025-01-16 14:18:53 +02:00
heap [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
inc [UCRT] Use a C cast instead of const_cast for GCC 2025-01-16 14:18:53 +02:00
initializers
internal [UCRT] Fix GCC/Clang build of enum_system_locales_ex_nolock 2025-01-16 14:18:53 +02:00
locale [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
lowio [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
mbstring [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
misc [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
startup [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
stdio [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
stdlib
string [UCRT] Fix GCC/Clang build of SSE2/AVX code 2025-01-16 14:18:53 +02:00
time [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00