fmtlegacy/include/fmt
Alberto Aguirre d3e668418f
Allow disabling floating point support (#1590)
* Allow disabling floating point support

Add FMT_USE_FLOAT, FMT_USE_DOUBLE and FMT_USE_LONG_DOUBLE to allow a
user of the library to configure the float types they want to allow.
This is specially useful in embedded environements where code size is
important.

* Avoid conditional macros to disable float support

* Add is_supported_floating_point constexpr function

* Fix empty-body warning
2020-03-20 06:46:31 -07:00
..
chrono.h Apply coding conventions 2020-01-26 19:48:48 -08:00
color.h Color formatting fixed for wide strings (fixes issue #1594) (#1596) 2020-03-17 06:24:42 -07:00
compile.h is_static_compiled_format -> is_compiled_format 2020-03-06 07:25:34 -08:00
core.h Allow disabling floating point support (#1590) 2020-03-20 06:46:31 -07:00
format-inl.h Add FMT_HAS_CPP14_ATTRIBUTE / FMT_HAS_CPP17_ATTRIBUTE to test for language-specific attributes. 2020-03-13 09:03:52 -07:00
format.h Allow disabling floating point support (#1590) 2020-03-20 06:46:31 -07:00
locale.h Remove redundant braces 2020-01-15 15:07:30 -08:00
os.h Remove misleading FMT_USE_WINDOWS_H 2020-02-14 14:09:27 +01:00
ostream.h Fix so can work without locale defined 2020-01-22 07:26:03 -08:00
posix.h Rename posix-test to os-test 2019-12-15 16:43:40 -08:00
printf.h Fix handling of volatile enums 2020-03-11 08:40:57 -07:00
ranges.h Ability to join elements of std::initializer_list was added 2020-03-15 16:10:00 -07:00