aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_basictypeconv.cpp
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2024-10-09 15:26:59 +0200
committerSven Göthel <[email protected]>2024-10-09 15:26:59 +0200
commitdd281b27cd3e7bec1b7f1d07c44d6890d8af68bf (patch)
tree30792d6e741659a48449cb94e45cdd17c6074a46 /test/test_basictypeconv.cpp
parent642a077abc6291dc09f4f7d9ac08d703382058d9 (diff)
Simplified jau::{is->has}_builtin_bit_cast{_available->}()
Signed-off-by: Sven Göthel <[email protected]>
Diffstat (limited to 'test/test_basictypeconv.cpp')
-rw-r--r--test/test_basictypeconv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_basictypeconv.cpp b/test/test_basictypeconv.cpp
index 42db83b..1c3405c 100644
--- a/test/test_basictypeconv.cpp
+++ b/test/test_basictypeconv.cpp
@@ -67,7 +67,7 @@ constexpr bool isLittleEndian2() noexcept {
TEST_CASE( "Endianess Test 00", "[endian]" ) {
fprintf(stderr, "********************************************************************************\n");
- fprintf(stderr, "is_builtin_bit_cast_available: %d\n", jau::is_builtin_bit_cast_available());
+ fprintf(stderr, "is_builtin_bit_cast_available: %d\n", jau::has_builtin_bit_cast());
fprintf(stderr, "endian: %s\n", jau::to_string(jau::endian_t::native).c_str());
fprintf(stderr, "********************************************************************************\n");