From 71b5779b4650aea89d617698f8b740068ec887e7 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Fri, 18 Jul 2025 12:01:12 +0200 Subject: [PATCH] [unique.ptr.runtime.general] Replace "see below" with "see above" for "using pointer" --- source/memory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/memory.tex b/source/memory.tex index afb0ae1837..67a8097862 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -2905,7 +2905,7 @@ namespace std { template class unique_ptr { public: - using pointer = @\seebelow@; + using pointer = @\UNSP{see above}@; using element_type = T; using deleter_type = D;