Skip to content

Commit

Permalink
Some debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Jun 6, 2024
1 parent 825a5c9 commit 713b868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jlcxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ namespace detail
JLCXX_API std::unordered_map<type_hash_t, CachedDatatype>& jlcxx_type_map()
{
static std::unordered_map<type_hash_t, CachedDatatype> m_map;
std::cout << "type map at address " << &m_map << " has size " << m_map.size() << std::endl;
return m_map;
}

Expand Down

0 comments on commit 713b868

Please sign in to comment.