mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 10:57:16 +02:00
build: fmt updated to 7.1.3
This commit is contained in:
@ -46,7 +46,7 @@ class UnitsConan(ConanFile):
|
|||||||
url = "https://github.com/mpusz/units"
|
url = "https://github.com/mpusz/units"
|
||||||
settings = "compiler", "build_type"
|
settings = "compiler", "build_type"
|
||||||
requires = (
|
requires = (
|
||||||
"fmt/7.0.3",
|
"fmt/7.1.3",
|
||||||
"gsl-lite/0.37.0"
|
"gsl-lite/0.37.0"
|
||||||
)
|
)
|
||||||
options = {
|
options = {
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
- (!) build: `-g cmake_paths` has to be manually provided for `conan install` command (workaround for a Conan bug)
|
- (!) build: `-g cmake_paths` has to be manually provided for `conan install` command (workaround for a Conan bug)
|
||||||
- build: doxygen updated to 1.8.20
|
- build: doxygen updated to 1.8.20
|
||||||
- build: catch2 updated to 2.13.4
|
- build: catch2 updated to 2.13.4
|
||||||
|
- build: fmt updated to 7.1.3
|
||||||
- build: Conan generator switched to `cmake_find_package_multi`
|
- build: Conan generator switched to `cmake_find_package_multi`
|
||||||
- build: Conan CMakeToolchain support added
|
- build: Conan CMakeToolchain support added
|
||||||
- build: CMake scripts cleanup
|
- build: CMake scripts cleanup
|
||||||
|
@ -88,7 +88,7 @@ namespace units {
|
|||||||
template <typename CharT>
|
template <typename CharT>
|
||||||
struct global_format_specs
|
struct global_format_specs
|
||||||
{
|
{
|
||||||
fmt::detail::fill_t<CharT> fill = fmt::detail::fill_t<CharT>::make();
|
fmt::detail::fill_t<CharT> fill;
|
||||||
fmt::align_t align = fmt::align_t::none;
|
fmt::align_t align = fmt::align_t::none;
|
||||||
int width = 0;
|
int width = 0;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user