Skip to content

Commit

Permalink
Update basic_array.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 11, 2024
1 parent 2dba431 commit 991381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/basic_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ namespace xtd {
template<typename type_array_t, size_type rank_array_t, typename allocator_array_t>
friend class array;

basic_array() {}
basic_array() = default;
basic_array(const array<size_type, 1>& lengths);

basic_array(const_pointer array, size_type length) {
Expand Down

0 comments on commit 991381d

Please sign in to comment.