0_0_32905853_29283.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_32905853_29283.cpp:46:7: error: expected ')' before ':' token
: "=a" (d), "=d" (m)
^
0_0_32905853_29283.cpp:46:26: error: expression cannot be used as a function
: "=a" (d), "=d" (m)
^
0_0_32905853_29283.cpp:47:26: error: expression cannot be used as a function
: "d" (xh), "a" (xl), "r" (mod())
^
0_0_32905853_29283.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 = VarMod; T = VarMod; typename std::enable_if<std::is_same<typename Modular<U>::Type, int>::value, Modular<T> >::type = Modular<VarMod>]':
0_0_32905853_29283.cpp:117:20: required from 'Modular<T> power(const Modular<T>&, const U&) [with T = VarMod; U = int]'
0_0_32905853_29283.cpp:241:24: required from here
0_0_32905853_29283.cpp:47:39: error: expression cannot be used as a function
: "d" (xh), "a" (xl), "r" (mod())
^
0_0_32905853_29283.cpp:48:5: error: 'asm' was not declared in this scope
);
^
|