You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite README says we can do like constexpr auto range = semver::range(">=1.0.0 <2.0.0 || >3.2.1");, actually we cannot call semver::range because it is a namespace.
Tested with v0.3.1
The text was updated successfully, but these errors were encountered:
Despite README says we can do like
constexpr auto range = semver::range(">=1.0.0 <2.0.0 || >3.2.1");
, actually we cannot callsemver::range
because it is a namespace.Tested with v0.3.1
The text was updated successfully, but these errors were encountered: