]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/log/attributes/named_scope.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / log / attributes / named_scope.hpp
index 0587028deacebfaaa27f4deb4b077152f4d0876b..a9b2978fc7846966b23792ad29beb6e8fe85fa44 100644 (file)
@@ -370,6 +370,7 @@ public:
          * \param sn Scope name.
          * \param fn File name, in which the scope is located.
          * \param ln Line number in the file.
+         * \param t Scope name type.
          */
         sentry(string_literal const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_name_type t = scope_entry::general) BOOST_NOEXCEPT :
             m_Entry(sn, fn, ln, t)