We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef634b commit aaec937Copy full SHA for aaec937
018-cpp17-core-noexcept-function-type.md
@@ -44,7 +44,7 @@ void (*p3)() noexcept = &f ;
44
45
// OK
46
// p4, &fは例外指定のある関数へのポインター型
47
-void (*p4)() noexdept = &f ;
+void (*p4)() noexcept = &f ;
48
~~~
49
50
機能テストマクロは__cpp_noexcept_function_type, 値は201510。
0 commit comments