We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d7b17 commit ff9af99Copy full SHA for ff9af99
1 file changed
reference/meta/reflect_constant.md
@@ -7,7 +7,7 @@
7
```cpp
8
namespace std::meta {
9
template <class T>
10
- consteval info reflect_constant(const T& value);
+ consteval info reflect_constant(T value);
11
}
12
```
13
* info[link info.md]
@@ -58,3 +58,4 @@ int main() {
58
59
## 参照
60
- [P2996R13 Reflection for C++26](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2996r13.html)
61
+- [Mismatch in reflect_constant declaration · Issue #8244 · cplusplus/draft](https://github.com/cplusplus/draft/issues/8244)
0 commit comments