mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
travis CI fixes
This commit is contained in:
@@ -7362,7 +7362,7 @@ Use of the other casts can violate type safety and cause the program to access a
|
|||||||
B b;
|
B b;
|
||||||
user(&b); // OK
|
user(&b); // OK
|
||||||
user2(&b); // bad error
|
user2(&b); // bad error
|
||||||
user3(&b); // OK *if* the programmmer got the some_condition check right
|
user3(&b); // OK *if* the programmer got the some_condition check right
|
||||||
}
|
}
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|||||||
Reference in New Issue
Block a user