diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-05-21 00:28:20 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.ru> | 2022-05-21 00:28:20 +0300 |
commit | 08ba131f5385a8470acb2a5c6828d63a67719fd9 (patch) | |
tree | 04f8df2f9d5debe09b8746c6e3f14790ef6598ed /contrib/libs/poco | |
parent | 12266215500c273b247f996c161719cf89bf1e95 (diff) | |
download | ydb-08ba131f5385a8470acb2a5c6828d63a67719fd9.tar.gz |
Fix reimport of contrib/libs/poco
ref:0f4f44da1d405feaf17a37b7e8025defc9512094
Diffstat (limited to 'contrib/libs/poco')
-rw-r--r-- | contrib/libs/poco/Foundation/include/Poco/Bugcheck.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/Bugcheck.h b/contrib/libs/poco/Foundation/include/Poco/Bugcheck.h index e97cd7cd80..b86f753db6 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Bugcheck.h +++ b/contrib/libs/poco/Foundation/include/Poco/Bugcheck.h @@ -173,9 +173,8 @@ protected: template <bool x> -struct POCO_STATIC_ASSERTION_FAILURE -{ -}; +struct POCO_STATIC_ASSERTION_FAILURE {}; + template <> struct POCO_STATIC_ASSERTION_FAILURE<true> |