]> git.ipfire.org Git - thirdparty/pdns.git/commit
Move to c++17
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 5 Jan 2021 15:53:06 +0000 (16:53 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 11 Jan 2021 10:24:50 +0000 (11:24 +0100)
commitdd74238378523dfd8c3b3f85847ae64d7524b576
treebac0a9a153f22ebbc3f44591891d0311dcb5fa40
parenta5e9bcad847154729fa83efb50baa6061ec59dae
Move to c++17
17 files changed:
builder-support/dockerfiles/Dockerfile.rpmbuild
builder-support/dockerfiles/Dockerfile.target.centos-7
configure.ac
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
m4/ax_cxx_compile_stdcxx_11.m4 [deleted file]
m4/ax_cxx_compile_stdcxx_17.m4 [new file with mode: 0644]
modules/bindbackend/bindbackend2.cc
pdns/dnsdistdist/configure.ac
pdns/dnsdistdist/m4/ax_cxx_compile_stdcxx.m4 [new symlink]
pdns/dnsdistdist/m4/ax_cxx_compile_stdcxx_11.m4 [deleted symlink]
pdns/dnsdistdist/m4/ax_cxx_compile_stdcxx_17.m4 [new symlink]
pdns/misc.hh
pdns/namespaces.hh
pdns/recursordist/configure.ac
pdns/recursordist/m4/ax_cxx_compile_stdcxx.m4 [new symlink]
pdns/recursordist/m4/ax_cxx_compile_stdcxx_11.m4 [deleted symlink]
pdns/recursordist/m4/ax_cxx_compile_stdcxx_17.m4 [new symlink]