mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-19 14:32:35 +00:00
Prevent mpfr_float compiling when there variable digits and allocation is allocate_stack.
This commit is contained in:
@@ -30,6 +30,9 @@ namespace backends{
|
||||
template <unsigned digits10, mpfr_allocation_type AllocationType = allocate_dynamic>
|
||||
struct mpfr_float_backend;
|
||||
|
||||
template <>
|
||||
struct mpfr_float_backend<0, allocate_stack>;
|
||||
|
||||
} // namespace backends
|
||||
|
||||
template <unsigned digits10, mpfr_allocation_type AllocationType>
|
||||
|
||||
Reference in New Issue
Block a user