Commit 4b5930a
committed
Add missing allocator-aware array and object constructors
The make_array(array, allocator_type) overload generated a compile error
when it was instantiated because there was no corresponding basic_json
constructor. This adds that missing constructor. A match object
constructor is also added for completeness.1 parent a3618f7 commit 4b5930a
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2435 | 2435 | | |
2436 | 2436 | | |
2437 | 2437 | | |
| 2438 | + | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
2438 | 2444 | | |
2439 | 2445 | | |
2440 | 2446 | | |
| |||
2450 | 2456 | | |
2451 | 2457 | | |
2452 | 2458 | | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
2453 | 2465 | | |
2454 | 2466 | | |
2455 | 2467 | | |
| |||
0 commit comments