|
Kea 2.7.4
|
Go to the documentation of this file.
9#ifndef BOTAN_BOOST_WRAPPER_H
10#define BOTAN_BOOST_WRAPPER_H
14#if defined(WITH_BOTAN) && defined(WITH_BOTAN_BOOST)
19#if defined(__GNUC__) || defined(__clang__)
20#pragma GCC diagnostic push
21#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
24#include <botan/asio_error.h>
26#if defined(__GNUC__) || defined(__clang__)
27#pragma GCC diagnostic pop