script_extensions
should return an optional<span<Script>>
#5
Labels
enhancement
New feature or request
script_extensions
should return an optional<span<Script>>
#5
script_extensions
should return anoptional<span<Script>>
this requires C++20 though. maybe auto-detect if that is the case, and if not, provide a custom
span<T>
type for that.also make use of that in contour when implemented.
So the signature for the additional function would be:
The text was updated successfully, but these errors were encountered: