Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
🗑️ Clean up demos/main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalil Estell authored and kammce committed Aug 23, 2023
1 parent 35e251d commit cba67c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ int main()
namespace boost {
void throw_exception(std::exception const& e)
{
std::abort();
hal::halt();
}
} // namespace boost

0 comments on commit cba67c5

Please sign in to comment.