lst-0742-book.cpp
// https://godbolt.org/z/Y1W8WfxYn
#include <array>
void berechne(const std::array<int,4>& data) { /* ... */ }
void berechne(const std::array<int,5>& data) { /* ... */ }
// https://godbolt.org/z/Y1W8WfxYn
#include <array>
void berechne(const std::array<int,4>& data) { /* ... */ }
void berechne(const std::array<int,5>& data) { /* ... */ }