mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-27 19:10:19 +01:00
Fix clang format issues (#1555)
This commit is contained in:
@@ -69,7 +69,9 @@ public:
|
||||
// Boilerplate
|
||||
SecureAllocator() {}
|
||||
template <typename U> SecureAllocator(const SecureAllocator<U>&) {}
|
||||
template <typename U> struct rebind { using other = SecureAllocator<U>; };
|
||||
template <typename U> struct rebind {
|
||||
using other = SecureAllocator<U>;
|
||||
};
|
||||
};
|
||||
|
||||
template <typename T, typename U>
|
||||
|
||||
Reference in New Issue
Block a user