Skip to content

Commit

Permalink
Suppress non-ASCII warning from boost-inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Sep 17, 2023
1 parent 27b9706 commit 9cc76bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/core_name/run/fields_names_nonascii.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9cc76bc

Please sign in to comment.