commit | 5dce3fc1ba58c29d7af23669d7e4d136aef1e822 | [log] [tgz] |
---|---|---|
author | Ewout van Bekkum <ewout@google.com> | Wed Sep 22 11:52:36 2021 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 22 21:24:25 2021 +0000 |
tree | b607b73130d32ba54288beb8473300601caea80e | |
parent | 8d6e75b27e5cc591aaead10da8212d487b9af996 [diff] |
pw_sync/borrow: re-order constructor arguments Originally the Borrowable class was envisioned to potentially contain the guarded instance. The template argument ordering is set up such that it can default to a VirtualBasicLockable, however before the constructor arguments had to be the opposite order to permit guarded type variable argument forwarding. Now that this is longer the case, the Borrowable constructor arguments are updated to match the template argument ordering. Change-Id: I0edb66d0e73b18a9143ede51fbb73d4473e18dad Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/61790 Commit-Queue: Ewout van Bekkum <ewout@google.com> Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com>
See our website: http://pigweed.dev