Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: a7fa65f0927011877ea0b676621780f626bc0c99
      
https://github.com/STEllAR-GROUP/hpx/commit/a7fa65f0927011877ea0b676621780f626bc0c99
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    M libs/core/threading_base/src/annotated_function.cpp
    M tests/unit/apex/CMakeLists.txt
    M tests/unit/apex/annotation_check.cpp

  Log Message:
  -----------
  Fix annotate_function

std::strings as annotations were not correctly handled in the
constructor. std::strings would use the constructor expecting functions,
which attempts to get annotations with get_function_annotation, which
returns "<unknown>" if there is no specialization. This adds an explicit
constructor for std::strings and disables the constructor taking
functions for std::strings.


  Commit: 76031c8019dbaa2c2e48a7d7b62bb85a72a2086b
      
https://github.com/STEllAR-GROUP/hpx/commit/76031c8019dbaa2c2e48a7d7b62bb85a72a2086b
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-09 (Thu, 09 Sep 2021)

  Changed paths:
    M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
    M libs/core/threading_base/src/annotated_function.cpp
    M tests/unit/apex/CMakeLists.txt
    M tests/unit/apex/annotation_check.cpp

  Log Message:
  -----------
  Merge pull request #5533 from msimberg/fix-annotate-function

Fix `annotate_function` for `std::string`


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/e8df9a2847ed...76031c8019db
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to