Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/boost/ut.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3360,7 +3360,7 @@ using operators::operator>>;
} // namespace boost::inline ext::ut::inline v2_3_1

#if (defined(__GNUC__) || defined(__clang__) || defined(__INTEL_COMPILER)) && \
!defined(__EMSCRIPTEN__)
!defined(__EMSCRIPTEN__) && !defined(__APPLE__)
__attribute__((constructor(101))) inline void cmd_line_args(
int argc, const char* argv[]) {
::boost::ut::detail::cfg::largc = argc;
Expand Down
Loading