Open OccupyMars2025 opened 2 years ago
@OccupyMars2025 I solved it by installing GCC/++ version 9.4
.
You can follow this link to do the same. Make sure that your gcc
and g++
point to the new version via g++ --version
or else this won't work. I was using version 5.4.0
before which did not have the experimental/propogate_const
as well!
Hope it helps!
Thanks!!! I also solved it by installing GCC/++ version 9.4. @abhayraw1
@OccupyMars2025 I solved it by installing GCC/++ version
9.4
. You can follow this link to do the same. Make sure that yourgcc
andg++
point to the new version viag++ --version
or else this won't work. I was using version5.4.0
before which did not have theexperimental/propogate_const
as well!Hope it helps!
Hi! I met similar problem in colab environment, I have tried this method, but it didn't work.. Do you have any other suggestions?