refactor
This commit is contained in:
parent
f150832676
commit
7705432820
@ -242,6 +242,7 @@ usermount
|
||||
userprofile
|
||||
utimens
|
||||
utimensat
|
||||
waggressive
|
||||
wcast
|
||||
wconversion
|
||||
wdouble
|
||||
|
@ -26,6 +26,7 @@
|
||||
// clang-format off
|
||||
#define REPERTORY_IGNORE_WARNINGS_ENABLE() \
|
||||
_Pragma("GCC diagnostic push") \
|
||||
_Pragma("GCC diagnostic ignored \"-Waggressive-loop-optimizations\"") \
|
||||
_Pragma("GCC diagnostic ignored \"-Wconversion\"") \
|
||||
_Pragma("GCC diagnostic ignored \"-Wdouble-promotion\"") \
|
||||
_Pragma("GCC diagnostic ignored \"-Wduplicated-branches\"") \
|
||||
@ -121,6 +122,7 @@ template <typename data_type>
|
||||
#include <boost/archive/text_iarchive.hpp>
|
||||
#include <boost/archive/text_oarchive.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/io_context.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
#include <boost/dynamic_bitset/serialization.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user