Commits


Konstantin Varlamov authored and GitHub committed b645037a2e3
Fix small compilation and linter issues (#3222) * remove C++11 library feature from `Timestamp` (which is supposed to be "portable"); * fix return type mismatch (`bool` vs `BOOL`); * removed unused `using` declaration; * fix typo in function name.