bustub icon indicating copy to clipboard operation
bustub copied to clipboard

change non const `Tuple::KeyFromTuple` to const method #699

Open gukj-spel opened this issue 9 months ago • 0 comments

fix #699 Tuple::KeyFromTuple doesn't modify any members and call any non const methods. So it should be defined as a const class methods.

gukj-spel avatar Apr 27 '24 16:04 gukj-spel