Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force inline gregorian::date::date(special_values) to improve perf
At least GCC 6.5.0, 7.4.0 and 8.3.0 fail to inline gregorian::date::date(special_values) when constructing posix_time::ptime and possibly other types. This leads to large performance overheads for a operation that should ideally be a store of a constant to some memory location.
- Loading branch information