mirror of
https://github.com/nlohmann/json.git
synced 2025-01-18 23:35:13 +08:00
commit to trigger build
This commit is contained in:
parent
d818bec6ac
commit
3e28c5ff8f
@ -155,7 +155,9 @@ class basic_json
|
||||
/// @}
|
||||
|
||||
|
||||
/// returns the allocator associated with the container
|
||||
/*!
|
||||
@brief returns the allocator associated with the container
|
||||
*/
|
||||
static allocator_type get_allocator()
|
||||
{
|
||||
return allocator_type();
|
||||
|
@ -155,7 +155,9 @@ class basic_json
|
||||
/// @}
|
||||
|
||||
|
||||
/// returns the allocator associated with the container
|
||||
/*!
|
||||
@brief returns the allocator associated with the container
|
||||
*/
|
||||
static allocator_type get_allocator()
|
||||
{
|
||||
return allocator_type();
|
||||
|
Loading…
Reference in New Issue
Block a user