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 1e240c2 commit 8a2d1b8Copy full SHA for 8a2d1b8
cpp/src/arrow/util/secure_string.h
@@ -36,7 +36,7 @@ namespace arrow::util {
36
*/
37
class ARROW_EXPORT SecureString {
38
public:
39
- SecureString() noexcept = default;
+ SecureString() = default;
40
SecureString(SecureString&&) noexcept;
41
SecureString(const SecureString&) = default;
42
explicit SecureString(std::string&&) noexcept;
0 commit comments