feat(example): is_vector specialization no longer needed for si_constants

This commit is contained in:
Mateusz Pusz
2024-11-12 14:19:39 +01:00
parent c6344c26ee
commit 5ddbd62ea4
2 changed files with 3 additions and 15 deletions

View File

@@ -39,10 +39,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;