Skip to content

Commit

Permalink
Fix to import std::dynamic_extent into nonstd when selecting std::span (
Browse files Browse the repository at this point in the history
#81, thanks @wendazhou)
  • Loading branch information
martinmoene committed Feb 14, 2023
1 parent 66d96c5 commit bc08bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/nonstd/span.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
namespace nonstd {

using std::span;
using std::dynamic_extent;

// Note: C++20 does not provide comparison
// using std::operator==;
Expand Down

0 comments on commit bc08bf8

Please sign in to comment.