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