Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: eb81034d9a73b6130cbfed6e8c9e1446dfe853b0
      
https://github.com/STEllAR-GROUP/hpx/commit/eb81034d9a73b6130cbfed6e8c9e1446dfe853b0
  Author: Parsa Amini <[email protected]>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M libs/core/debugging/include/hpx/debugging/print.hpp
    M libs/core/debugging/src/print.cpp

  Log Message:
  -----------
  Fix linker error for print_dec<unsigned long> on ARM64

Add explicit template instantiations for long and unsigned long
to resolve undefined symbol errors when using debug output with
unsigned long values on ARM64 macOS.

On ARM64, unsigned long is distinct from uint64_t, requiring
separate template instantiations. This matches the existing
pattern for other integer types and is safe on all platforms.

Signed-off-by: Parsa Amini <[email protected]>


  Commit: 8206f857131b9753cf21ffafd88369e20b5ead9f
      
https://github.com/STEllAR-GROUP/hpx/commit/8206f857131b9753cf21ffafd88369e20b5ead9f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2025-12-17 (Wed, 17 Dec 2025)

  Changed paths:
    M libs/core/debugging/include/hpx/debugging/print.hpp
    M libs/core/debugging/src/print.cpp

  Log Message:
  -----------
  Merge pull request #6831 from parsa/fix/print-dec-template-instantiation

Fix linker error for print_dec<unsigned long> on ARM64


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/e962b6463e58...8206f857131b

To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to