ClickHouse/programs/obfuscator
Robert Schulze 9c066e964d
Less use of CH-specific bit_cast()
Converted usage of CH-custom bit_cast to std::bit_cast if possible, i.e.
when
  sizeof(From) == sizeof(To).
(The CH-custom bit_cast is able to deal with sizeof(From) != sizeof(To).)

Motivation for this came from #42847 where it is not clear how the
internal bit_cast should behave on big endian systems, so we better
avoid that situation as much as possible.
2022-11-04 15:52:48 +00:00
..
clickhouse-obfuscator.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
CMakeLists.txt Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
Obfuscator.cpp Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00