diff --git a/include/boost/json/object.hpp b/include/boost/json/object.hpp index 75d369614..6ac3ed8fb 100644 --- a/include/boost/json/object.hpp +++ b/include/boost/json/object.hpp @@ -1483,12 +1483,15 @@ class object } private: +#ifndef BOOST_JSON_DOCS + // VFALCO friending a detail function makes it public template friend std::pair detail::find_in_object( object const& obj, CharRange key) noexcept; +#endif template void