aboutsummaryrefslogtreecommitdiff
path: root/net/dnsdist/patches/020-std.patch
Commit message (Collapse)AuthorAge
* dnsdist: fix compilation with libcxx 10Rosen Penev2020-06-06
string_view is available with both boost and std. Backported extra patch getting rid of using namespace std. Signed-off-by: Rosen Penev <rosenp@gmail.com>