Commit dee1b25
committed
feat(bigtable): add Clear(std::string&) helper for RowKeyType compatibility
Adds a Clear(std::string&) function that calls std::string::clear()
in OSS builds. This unifies the interface for clearing row keys
between OSS (std::string) and Google internal (absl::Cord), where
an overload will call absl::Cord::Clear() instead of deprecated clear().
Signed-off-by: Dronaraj Gyawali <dronarajgyawali@gmail.com>1 parent 81c1d01 commit dee1b25
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments