Skip to content

Commit

Permalink
Revert "[macOS] Apple does not seem to have any typedef for unsigned …
Browse files Browse the repository at this point in the history
…long int"

This reverts commit 75973a8.

Signed-off-by: Shreyas Atre <[email protected]>
  • Loading branch information
SAtacker committed Nov 25, 2024
1 parent 5c36a4e commit 1682407
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 1682407

Please sign in to comment.