cleanup
This commit is contained in:
parent
73632377bf
commit
746c1a7142
4 changed files with 4 additions and 3 deletions
src
|
@ -586,7 +586,7 @@ class basic_json
|
|||
private:
|
||||
/// helper for exception-safe object creation
|
||||
template<typename T, typename... Args>
|
||||
static T* create( Args&& ... args )
|
||||
static T* create(Args&& ... args)
|
||||
{
|
||||
AllocatorType<T> alloc;
|
||||
auto deleter = [&](T * object)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue