mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
update for gcc10 compilation
This commit is contained in:
parent
73df6df867
commit
cd20805b3e
@ -28,6 +28,7 @@
|
||||
#define SQLPP_BLOB_DATA_TYPE_H
|
||||
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/logic.h>
|
||||
|
@ -60,7 +60,7 @@ namespace sqlpp
|
||||
};
|
||||
|
||||
public:
|
||||
using size = std::integral_constant<size_t, sizeof...(Elements)>;
|
||||
using size = std::integral_constant<std::size_t, sizeof...(Elements)>;
|
||||
using _is_type_set = std::true_type;
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user