Skip to content

Commit 08de7fd

Browse files
committed
[meta.syn] Synchronize reflect_constant/reflect_object parameters with definition
1 parent f731f30 commit 08de7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,9 +3109,9 @@
31093109

31103110
// \ref{meta.reflection.result}, expression result reflection
31113111
template<class T>
3112-
consteval info reflect_constant(const T& value);
3112+
consteval info reflect_constant(T expr);
31133113
template<class T>
3114-
consteval info reflect_object(T& object);
3114+
consteval info reflect_object(T& expr);
31153115
template<class T>
31163116
consteval info reflect_function(T& fn);
31173117

0 commit comments

Comments
 (0)