mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 21:24:26 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -177,6 +177,8 @@ _Answer:_ This is a bug in your std::lib `std::time_get` facet. It _should_ use
|
||||
|
||||
You can work around this bug by compiling with `-DONLY_C_LOCALE`. This flag restricts you to the "C" locale, but it also avoids use of your `std::time_get` and `std::time_put` facets, instead implementing that logic within this library.
|
||||
|
||||
Reference bug report for gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78714
|
||||
|
||||
<a name="local_t"></a>
|
||||
### Why is `local_t` not a proper clock?
|
||||
|
||||
|
Reference in New Issue
Block a user