From 762937dfa6d932770604f54d53aa4db1254fcbd5 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Sat, 31 May 2025 21:51:28 +0800 Subject: [PATCH] Add missing `scoped_lock` to `toc.yml` --- docs/standard-library/toc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/standard-library/toc.yml b/docs/standard-library/toc.yml index 43e6cbcb4e..da06070882 100644 --- a/docs/standard-library/toc.yml +++ b/docs/standard-library/toc.yml @@ -797,6 +797,8 @@ items: href: recursive-mutex-class.md - name: recursive_timed_mutex class href: recursive-timed-mutex-class.md + - name: scoped_lock class + href: scoped-lock-class.md - name: timed_mutex class href: timed-mutex-class.md - name: try_to_lock_t struct