mirror of
https://github.com/mpusz/mp-units.git
synced 2026-07-10 18:40:57 +02:00
refactor: 💥 is_XXX customization points for representation types removed
This commit is contained in:
@@ -33,10 +33,6 @@ import mp_units;
|
||||
#include <mp-units/systems/si.h>
|
||||
#endif
|
||||
|
||||
template<class T>
|
||||
requires mp_units::is_scalar<T>
|
||||
constexpr bool mp_units::is_vector<T> = true;
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace mp_units;
|
||||
|
||||
Reference in New Issue
Block a user