mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
gsl header replaced with gsl_assert
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#include <numeric>
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <gsl/gsl>
|
||||
#include <gsl/gsl_assert>
|
||||
|
||||
namespace units::detail {
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <units/bits/external/fixed_string.h>
|
||||
#include <units/bits/external/hacks.h>
|
||||
#include <gsl/gsl>
|
||||
#include <gsl/gsl_assert>
|
||||
|
||||
namespace units {
|
||||
|
||||
|
Reference in New Issue
Block a user