Skip to content

Commit f736143

Browse files
committed
[meta.syn] Fix typo "type_underlying_type" => "underlying_type"
This was an error in P2996R13.
1 parent c4dd6c8 commit f736143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3266,7 +3266,7 @@
32663266
consteval info common_type(R&& type_args);
32673267
template<@\libconcept{reflection_range}@ R = initializer_list<info>>
32683268
consteval info common_reference(R&& type_args);
3269-
consteval info type_underlying_type(info type);
3269+
consteval info underlying_type(info type);
32703270
template<@\libconcept{reflection_range}@ R = initializer_list<info>>
32713271
consteval info invoke_result(info type, R&& type_args);
32723272
consteval info unwrap_reference(info type);

0 commit comments

Comments
 (0)