techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.3K
active users

#ub

1 post1 participant0 posts today
Replied in thread

@DanielaKEngert By the way, do you know the reason why this easily detectable error is not an error but #UB? C++ Committee has good arguments most of the time. Eager to hear what pitfall I overlook. Clang even crashes with a useful error message (!) while I still have to find out how to teach UBSAN to gcc within godbolt.

This will end in a rabbit hole because I have to set up a real project and figure out why I am too stupid to tame #gcc - again.

#cplusplus

godbolt.org/z/KTKj6ra5o

godbolt.orgCompiler Explorer - C++ auto print_location = [](const std::source_location location = std::source_location::current()) { std::print("{0}\n", location.function_name()); }; struct Base { virtual ~Base() = 0; virtual int foo() = 0; }; Base::~Base() { print_location(); foo(); } int Base::foo() { return 4; } struct Derived : Base { ~Derived() { print_location(); foo(); } int foo() override final { print_location(); return 2 * Base::foo(); } }; int main() { Derived derived; Base* base = &derived; return base->foo(); };

@andreasfertig many thanks for your great talk on #meetingcpp
#cplusplus conference. I do not understand why there is no #UB in calling `packed.small.large` in the example you showed. Some of the audition discussed eel.is/c++draft/class.union#ge and eel.is/c++draft/class.mem#gene, but the examples given do not help to resolve this. I have a problem with the first fields having different types and it seems this is OK, but we cannot deduce this from the wording "common initial sequence".

"
.. Cyprien Verseux vom .. ZARM der Universität Bremen hat jetzt den prestigeträchtigen Starting Grant des European Research Council (ERC) zugesprochen bekommen. Damit kann er ein hochaktuelles Forschungsprojekt fünf Jahre vorantreiben. Es wird in diesem Zeitraum mit 1,56 Millionen Euro gefördert. Eine Pressemitteilung der Universität Bremen.
"
raumfahrer.net/prestigetraecht

5.9.2024

www.raumfahrer.netPrestigeträchtiger ERC-Starting Grant für Astrobiologe Cyprien Verseux – Raumfahrer.net