Changeset 25aa214 for src/unittests/AtomIdSetUnitTest.cpp
- Timestamp:
- Dec 19, 2025, 11:29:38 PM (10 days ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 98ad30
- Parents:
- d2be22
- git-author:
- Frederik Heber <frederik.heber@…> (11/16/25 11:19:01)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/19/25 23:29:38)
- File:
-
- 1 edited
-
src/unittests/AtomIdSetUnitTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/AtomIdSetUnitTest.cpp
rd2be22 r25aa214 63 63 64 64 atomVector.resize((size_t)MaxAtoms); 65 std::generate_n(atomVector.begin(), MaxAtoms, 66 boost::bind(&World::createAtom, boost::ref(World::getInstance()))); 65 std::generate_n(atomVector.begin(), MaxAtoms, boost::bind( 66 static_cast<atom* (World::*)(World::CreateAtomNotificationType)>(&World::createAtom), 67 World::getPointer(), 68 World::CreateAtomNotificationType::NOTIFY_ON_CREATE_ATOM) 69 ); 67 70 } 68 71
Note:
See TracChangeset
for help on using the changeset viewer.
