0_0_37837620_2063.cpp: In member function 'typename std::enable_if<std::is_same<typename Modular<U>::Type, int>::value, Modular<T> >::type& Modular<T>::operator*=(const Modular<T>&)':
0_0_37837620_2063.cpp:79:7: error: expected ')' before ':' token
: "=a" (d), "=d" (m)
^
0_0_37837620_2063.cpp:79:26: error: expression cannot be used as a function
: "=a" (d), "=d" (m)
^
0_0_37837620_2063.cpp:80:26: error: expression cannot be used as a function
: "d" (xh), "a" (xl), "r" (mod())
^
0_0_37837620_2063.cpp: In instantiation of 'typename std::enable_if<std::is_same<typename Modular<U>::Type, int>::value, Modular<T> >::type& Modular<T>::operator*=(const Modular<T>&) [with U = factorizer::FactorizerVarMod<int>; T = factorizer::FactorizerVarMod<int>; typename std::enable_if<std::is_same<typename Modular<U>::Type, int>::value, Modular<T> >::type = Modular<factorizer::FactorizerVarMod<int> >]':
0_0_37837620_2063.cpp:199:13: required from 'bool factorizer::IsPrime(T, const std::vector<_RealType>&) [with T = int]'
0_0_37837620_2063.cpp:211:33: required from here
0_0_37837620_2063.cpp:80:39: error: expression cannot be used as a function
: "d" (xh), "a" (xl), "r" (mod())
^
0_0_37837620_2063.cpp:81:5: error: 'asm' was not declared in this scope
);
^
|