Skip to content

Commit

Permalink
Check c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Mar 12, 2024
1 parent 2a800bb commit f6f2570
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xshell_uv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ namespace xeus
, p_loop{loop_ptr}
, p_hook{std::move(hook)}
{
if constexpr (true) {
std::cout << "Checking C++17 is set up correctly\n";
}
create_polls();
}

Expand Down

0 comments on commit f6f2570

Please sign in to comment.