Roman Telezhynskyi
|
15750a749c
|
Refactoring. Use std::optional.
|
2022-11-21 16:47:32 +02:00 |
|
Roman Telezhynskyi
|
c9edbc6310
|
Fix error: can't set 'no_instrument_function' attribute after definition.
GCC 4.8 complains about this.
|
2022-09-12 20:19:05 +03:00 |
|
Roman Telezhynskyi
|
2426838496
|
Fix error: missing space between '""' and suffix identifier.
GCC 4.8 complains about this.
|
2022-09-12 17:14:56 +03:00 |
|
Roman Telezhynskyi
|
3c1f5c04ca
|
Fix error: literal operator suffixes not preceded by '_' are reserved for future standardization.
Old GCC versions do not allow to suppress the warning in certain cases. Switching to using macro.
|
2022-09-08 19:10:00 +03:00 |
|
Roman Telezhynskyi
|
8a902d8f66
|
Backport std::chrono_literals to C++11.
|
2022-09-08 16:43:21 +03:00 |
|