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 a4afb26 commit 6244509Copy full SHA for 6244509
src/iceberg/util/string_utils.h
@@ -27,7 +27,7 @@
27
28
namespace iceberg {
29
30
-class ICEBERG_EXPORT StringUtils {
+ICEBERG_EXPORT class StringUtils {
31
public:
32
static std::string ToLower(std::string_view str) {
33
std::string input(str);
0 commit comments