assign a large integer to a cpp_int

Matthew Mawson via Boost-users <[email protected]> Sat, 27 May 2023 14:15:12 -0400
Newsgroups gmane.comp.lib.boost.user
Message-ID <[email protected]>
I want to assign a large number to a cpp_int variable like this:  

cpp_int large = 30414093201713378043612608166064768844377641568960512000000000000;

and I get this: error: integer literal is too large to be represented in any integer type.

Thanks!