From: Hans-Bernhard B. <HBB...@t-...> - 2019-11-03 21:33:45
|
Am 03.11.2019 um 21:48 schrieb Mojca Miklavec: > Dear developers, > > I would like to request renaming the file version.h (and potentially > version.c) to something else, for example gnuplot_version.h. > > The problem is that C++20 introduced a standard header version.h: > https://en.cppreference.com/w/cpp/header/version That's not actually what that reference says. That header is called <version>, not <version.h>. And frankly, I cannot believe any tool vendor nor standardization body would be so daft as to assume that <version.h> is a suitable name for a new standard header. There must be roughly several million pre-existing user header files by that name out there that this would trample on. |