Skip to content

Commit

Permalink
bdlf_bind: renamed a lot of thing, mostly template args. No code cha……
Browse files Browse the repository at this point in the history
… (#4665)

* bdlf_bind: renamed a lot of thing, mostly template args.  No code changes.
  • Loading branch information
lalawawa authored and GitHub Enterprise committed May 8, 2024
1 parent c64e978 commit 1b83115
Show file tree
Hide file tree
Showing 2 changed files with 2,236 additions and 2,099 deletions.
4 changes: 2 additions & 2 deletions groups/bdl/bdlf/bdlf_bind.01.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4860,8 +4860,8 @@ DEFINE_TEST_CASE(2) {
bslalg::TypeTraitUsesBslmaAllocator>::value));
}

typedef NoAllocTestType *FUNC;
typedef bdlf::Bind_Tuple1<PH1> ListType;
typedef NoAllocTestType *FUNC;
typedef bdlf::Bind_ArgTuple1<PH1> ListType;

if (verbose) printf("\tAsserting traits of 'bdlf::Bind'.\n");
{
Expand Down
Loading

0 comments on commit 1b83115

Please sign in to comment.