Commit 56ef0ed
authored
cleanup: be careful with the type of bigtable::Cell::value() (#4317)
Do not assume that `google::cloud::bigtable::CellValueType` can be
directly converted to a `std::string`. Here we just use `auto` to
avoid mentioning a specific type altogether.1 parent fcc3103 commit 56ef0ed
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
91 | 90 | | |
92 | 91 | | |
0 commit comments