We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e3f49 commit 82e1d28Copy full SHA for 82e1d28
include/time_shield/ntp_time_service.hpp
@@ -179,7 +179,7 @@ namespace time_shield {
179
};
180
#endif // _TIME_SHIELD_TEST_FAKE_NTP
181
182
-#ifndef _TIME_SHIELD_CPP17
+#ifndef TIME_SHIELD_CPP17
183
#if defined(TIME_SHIELD_TEST_FAKE_NTP)
184
using RunnerAlias = detail::FakeNtpRunner;
185
#else
@@ -542,7 +542,7 @@ namespace time_shield {
542
inline NtpTimeServiceT<RunnerT> NtpTimeServiceT<RunnerT>::m_instance{};
543
#endif
544
545
546
namespace detail {
547
#if defined(TIME_SHIELD_NTP_TIME_SERVICE_DEFINE)
548
NtpTimeServiceT<RunnerAlias> g_ntp_time_service;
0 commit comments