mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 13:59:54 +01:00
try fix vs16 ci
This commit is contained in:
@@ -170,6 +170,9 @@ bool shift_and_add_overflow(T& value, T digit, F add_last_digit_owerflow) {
|
||||
#else
|
||||
|
||||
#ifndef SS_NO_WARNINGS
|
||||
#ifdef _WIN32
|
||||
#pragma warning("Use clang or gcc if possible for performance reasons. Define SS_NO_WARNINGS to supress warning.")
|
||||
#else
|
||||
#warning "Use clang or gcc if possible for performance reasons. Define SS_NO_WARNINGS to supress warning."
|
||||
#endif
|
||||
template <typename T, typename U>
|
||||
|
||||
Reference in New Issue
Block a user