@@ -439,7 +439,7 @@ namespace hive { namespace chain {
439439 >
440440 >
441441 >,
442- allocator < limit_order_object >
442+ multi_index_allocator < limit_order_object >
443443 > limit_order_index;
444444
445445 struct by_owner ;
@@ -462,7 +462,7 @@ namespace hive { namespace chain {
462462 >
463463 >
464464 >,
465- allocator < convert_request_object >
465+ multi_index_allocator < convert_request_object >
466466 > convert_request_index;
467467
468468 struct by_owner ;
@@ -485,7 +485,7 @@ namespace hive { namespace chain {
485485 >
486486 >
487487 >,
488- allocator < collateralized_convert_request_object >
488+ multi_index_allocator < collateralized_convert_request_object >
489489 > collateralized_convert_request_index;
490490
491491 struct by_owner ;
@@ -506,7 +506,7 @@ namespace hive { namespace chain {
506506 composite_key_compare< std::greater< fc::uint128 >, std::less< account_id_type > >
507507 >
508508 >,
509- allocator < liquidity_reward_balance_object >
509+ multi_index_allocator < liquidity_reward_balance_object >
510510 > liquidity_reward_balance_index;
511511
512512 typedef multi_index_container<
@@ -515,7 +515,7 @@ namespace hive { namespace chain {
515515 ordered_unique< tag< by_id >,
516516 const_mem_fun< feed_history_object, feed_history_object::id_type, &feed_history_object::get_id > >
517517 >,
518- allocator < feed_history_object >
518+ multi_index_allocator < feed_history_object >
519519 > feed_history_index;
520520
521521 struct by_withdraw_route ;
@@ -539,7 +539,7 @@ namespace hive { namespace chain {
539539 >
540540 >
541541 >,
542- allocator < withdraw_vesting_route_object >
542+ multi_index_allocator < withdraw_vesting_route_object >
543543 > withdraw_vesting_route_index;
544544
545545 struct by_from_id {};
@@ -564,7 +564,7 @@ namespace hive { namespace chain {
564564 composite_key_compare< std::less< bool >, std::less< time_point_sec >, std::less< escrow_id_type > >
565565 >
566566 >,
567- allocator < escrow_object >
567+ multi_index_allocator < escrow_object >
568568 > escrow_index;
569569
570570 struct by_from_rid {};
@@ -596,7 +596,7 @@ namespace hive { namespace chain {
596596 >
597597 >
598598 >,
599- allocator < savings_withdraw_object >
599+ multi_index_allocator < savings_withdraw_object >
600600 > savings_withdraw_index;
601601
602602 struct by_account ;
@@ -617,7 +617,7 @@ namespace hive { namespace chain {
617617 composite_key_compare< std::less< time_point_sec >, std::less< account_name_type > >
618618 >
619619 >,
620- allocator < decline_voting_rights_request_object >
620+ multi_index_allocator < decline_voting_rights_request_object >
621621 > decline_voting_rights_request_index;
622622
623623 typedef multi_index_container<
@@ -628,7 +628,7 @@ namespace hive { namespace chain {
628628 ordered_unique< tag< by_name >,
629629 member< reward_fund_object, reward_fund_name_type, &reward_fund_object::name > >
630630 >,
631- allocator < reward_fund_object >
631+ multi_index_allocator < reward_fund_object >
632632 > reward_fund_index;
633633
634634 struct by_from_to_id ;
@@ -660,7 +660,7 @@ namespace hive { namespace chain {
660660 composite_key_compare< std::less< account_id_type >, std::less< account_id_type >, std::less< uint8_t > >
661661 >
662662 >,
663- allocator < recurrent_transfer_object >
663+ multi_index_allocator < recurrent_transfer_object >
664664 > recurrent_transfer_index;
665665
666666} } // hive::chain
0 commit comments