mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 13:14:40 +03:00
travis CI fixes
This commit is contained in:
@@ -158,7 +158,7 @@ You can look at design concepts used to express the rules:
|
|||||||
|
|
||||||
* assertion: ???
|
* assertion: ???
|
||||||
* error: ???
|
* error: ???
|
||||||
* exception: [exception guarantee[(???)]
|
* exception: exception guarantee (???)
|
||||||
* failure: ???
|
* failure: ???
|
||||||
* invariant: ???
|
* invariant: ???
|
||||||
* leak: ???
|
* leak: ???
|
||||||
@@ -17428,6 +17428,7 @@ C++17
|
|||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
???
|
???
|
||||||
|
|
||||||
### <a name="Rstr-span"></a>Sl.str.11: Use `gsl::string_span` rather than `std::string_view` when you need to mutate a string
|
### <a name="Rstr-span"></a>Sl.str.11: Use `gsl::string_span` rather than `std::string_view` when you need to mutate a string
|
||||||
|
|
||||||
##### Reason
|
##### Reason
|
||||||
|
|||||||
Reference in New Issue
Block a user