Skip to content

Commit

Permalink
fwd: Update comments
Browse files Browse the repository at this point in the history
(cherry picked from commit 9fbac11)
Signed-off-by: LIU Hao <[email protected]>
  • Loading branch information
lhmouse committed Nov 2, 2024
1 parent 5e3027d commit a5c7dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcfgthread/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#endif

/* Generally speaking, functions are either `__MCF_MAY_THROW` or `noexcept`. This
* macro is necessary for Visual Studio (but not CL.EXE from command-line), which
* macro is necessary for Visual Studio (but not CL.EXE from command line), which
* defaults to `/EHsc`, which assumes that `extern "C"` functions can't throw C++
* exceptions. Not only is this behavior not conforming to the C++ standard, it
* can also result in wrong code about `__MCF_gthr_call_once_seh()`. */
Expand Down

0 comments on commit a5c7dff

Please sign in to comment.