mirror of
https://github.com/SFML/SFML.git
synced 2025-02-23 14:56:02 +08:00
Use namespace std::
in docs
This commit is contained in:
parent
c73fad46c0
commit
73d30cf458
@ -458,7 +458,7 @@ constexpr Time& operator%=(Time& left, Time right);
|
||||
/// a number of seconds, milliseconds or microseconds. It
|
||||
/// even interoperates with the `<chrono>` header. You can
|
||||
/// construct an `sf::Time` from a `chrono::duration` and read
|
||||
/// any `sf::Time` as a chrono::duration.
|
||||
/// any `sf::Time` as a `std::chrono::duration`.
|
||||
///
|
||||
/// By using such a flexible interface, the API doesn't
|
||||
/// impose any fixed type or resolution for time values,
|
||||
|
Loading…
x
Reference in New Issue
Block a user