We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fce44 commit ecbeb4aCopy full SHA for ecbeb4a
cpp/src/common/db_common.h
@@ -96,7 +96,7 @@ enum CompressionType : uint8_t {
96
extern const char* s_data_type_names[8];
97
extern const char* s_encoding_names[12];
98
extern const char* s_compression_names[8];
99
-}
+} // namespace common
100
101
#if defined(__GLIBCXX__) && (__GNUC__ < 7)
102
namespace std {
0 commit comments