2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Suppress non-ASCII warning from boost-inspect

This commit is contained in:
Antony Polukhin
2023-09-17 15:15:40 +03:00
parent 27b9706ac5
commit 9cc76bc277

View File

@@ -3,6 +3,10 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
/* Tesing non-ASCII field names, so we have to add th following suppression:
boost-no-inspect
*/
#include <boost/pfr/core_name.hpp>
#include <boost/core/lightweight_test.hpp>