Skip to content

Commit d0b36e7

Browse files
committed
fixup! init sync points, testing using DataMessageEvents case insensitivity sucks WIP NetSim Test has zero timesteps merge fixups, build on linux Add review feedback
Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
1 parent 8b1b2e3 commit d0b36e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SilKit/source/core/participant/Participant_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ template <typename SilKitConnectionT>
13281328
template <typename MessageT>
13291329
void Participant<SilKitConnectionT>::HandleSynchronizationPoint()
13301330
{
1331-
if constexpr (SilKitMsgTraits<typename RemoveCvRef<MessageT>>::IsSynchronizationPoint())
1331+
if constexpr (SilKitMsgTraits<RemoveCvRef<MessageT>>::IsSynchronizationPoint())
13321332
{
13331333
if (auto* lifecycle = static_cast<Orchestration::LifecycleService*>(GetLifecycleService()); lifecycle)
13341334
{

0 commit comments

Comments
 (0)