Skip to content

Commit 8a2d1b8

Browse files
committed
update noexcept
1 parent 1e240c2 commit 8a2d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/util/secure_string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace arrow::util {
3636
*/
3737
class ARROW_EXPORT SecureString {
3838
public:
39-
SecureString() noexcept = default;
39+
SecureString() = default;
4040
SecureString(SecureString&&) noexcept;
4141
SecureString(const SecureString&) = default;
4242
explicit SecureString(std::string&&) noexcept;

0 commit comments

Comments
 (0)