#include <string><br />
#include <gmpxx.h><br />
using namespace std;<br />
void foo() {<br />
string s = "0";<br />
mpz_class v = s;<br />
}<br />
<br />
does not compile. My understanding is that this should work.
↧