]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix building with boost < 1.56 12177/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 8 Nov 2022 09:36:07 +0000 (10:36 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 8 Nov 2022 09:36:07 +0000 (10:36 +0100)
commit8464c603664a9d52fdf775413fdbd99357fab566
tree7c55649a72d6f051c8e49340cff0970a750d21ae
parentaddca6513b5584f2bef9440c2cd31a93246463df
dnsdist: Fix building with boost < 1.56

boost::optional::value_or() has been introduced in 1.56
and we only require 1.53, so stop using it.
pdns/dnsdist-lua-bindings.cc