Skip to content

Commit aaec937

Browse files
authored
Fix typo
noexcept
1 parent 8ef634b commit aaec937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

018-cpp17-core-noexcept-function-type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void (*p3)() noexcept = &f ;
4444

4545
// OK
4646
// p4, &fは例外指定のある関数へのポインター型
47-
void (*p4)() noexdept = &f ;
47+
void (*p4)() noexcept = &f ;
4848
~~~
4949
5050
機能テストマクロは__cpp_noexcept_function_type, 値は201510。

0 commit comments

Comments
 (0)