Skip to content

Conversation

@Osyotr
Copy link
Owner

@Osyotr Osyotr commented Jul 28, 2025

No description provided.

@Osyotr Osyotr marked this pull request as draft July 28, 2025 21:16
@Osyotr Osyotr force-pushed the windows-lite branch 2 times, most recently from 36f706e to cfd5285 Compare July 28, 2025 21:54
@Osyotr Osyotr force-pushed the windows-lite branch 3 times, most recently from 9c404c1 to 7d71c77 Compare August 10, 2025 16:22

template <typename T, typename = std::enable_if_t<std::is_signed<T>::value && sizeof(T) == sizeof(long long)>>
long long IntConverter(char const * start, char ** stop, int base)
template<std::integral T>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
template<std::integral T>
template <std::integral T>

template <typename T,
typename = std::enable_if_t<std::is_unsigned<T>::value && sizeof(T) == sizeof(unsigned long long)>>
unsigned long long IntConverter(char const * start, char ** stop, int base)
template<std::floating_point T>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
template<std::floating_point T>
template <std::floating_point T>

}

result = static_cast<T>(v);
return true;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
}
} // namespace impl


[[nodiscard]] inline bool to_int(char const * s, int & i, int base = 10)
template<std::signed_integral T>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
template<std::signed_integral T>
template <std::signed_integral T>

}

[[nodiscard]] inline bool to_uint(char const * s, unsigned int & i, int base = 10)
template<std::unsigned_integral T>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
template<std::unsigned_integral T>
template <std::unsigned_integral T>

@@ -177,8 +172,10 @@ int main(int argc, char * argv[])
{
std::unique_ptr<qt::ScreenshotParams> screenshotParams;

#ifndef _WIN32

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
#ifndef _WIN32
#ifndef _WIN32

if (!FLAGS_lang.empty())
(void)::setenv("LANGUAGE", FLAGS_lang.c_str(), 1);
#endif

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
#endif
#endif

@Osyotr Osyotr force-pushed the windows-lite branch 8 times, most recently from db1e745 to 1cab00a Compare October 19, 2025 19:49
@Osyotr Osyotr force-pushed the windows-lite branch 2 times, most recently from c98b520 to 8e5fdc6 Compare November 9, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants