Skip to content

Commit

Permalink
Remove unnecessary overload added
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Atre <[email protected]>
  • Loading branch information
SAtacker committed Feb 2, 2025
1 parent ccde71f commit 6ce39dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/core/debugging/src/print.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ namespace hpx::debug {
std::ostream&, std::int32_t const&, int);
template HPX_CORE_EXPORT void print_dec(
std::ostream&, std::int64_t const&, int);
#ifdef __APPLE__
template HPX_CORE_EXPORT void print_dec(
std::ostream&, unsigned long const&, int);
#endif
template HPX_CORE_EXPORT void print_dec(
std::ostream&, std::uint64_t const&, int);

Expand Down

0 comments on commit 6ce39dc

Please sign in to comment.