Becasuse C++17 generator includes <cstdint> and <cstddef>, we should use namespace ::std:: for all C++ types like uint64_t and size_t.
This will require the change of the C++17 runtime library, change of all FTL templates and change of the Zserio types mapping to C++ native types in the C++17 extension.
See ndsev/zserio#708.