From aeaa6698e588cd467d2f503a99691f7642836806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Krzemie=C5=84ski?= Date: Wed, 30 Sep 2020 08:31:33 +0200 Subject: [PATCH] Fix spelling in fields_count.hpp --- include/boost/pfr/detail/fields_count.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/pfr/detail/fields_count.hpp b/include/boost/pfr/detail/fields_count.hpp index f26f79d..fdf67f5 100644 --- a/include/boost/pfr/detail/fields_count.hpp +++ b/include/boost/pfr/detail/fields_count.hpp @@ -221,7 +221,7 @@ constexpr std::size_t fields_count() noexcept { #ifdef __cpp_lib_is_aggregate static_assert( - std::is_aggregate::value // Does not return `true` for build in types. + std::is_aggregate::value // Does not return `true` for built-in types. || std::is_scalar::value, "====================> Boost.PFR: Type must be aggregate initializable." );