Codeforces and Polygon may be unavailable from May 23, 4:00 (UTC) to May 23, 8:00 (UTC) due to technical maintenance. ×

crescentp2003's blog

By crescentp2003, history, 12 days ago, In English

Does anyone know how to import ext library (that includes pdbs) into visual studio. It is giving me a c++config.h file not found error, even though I included it.

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
12 days ago, # |
  Vote: I like it 0 Vote: I do not like it
»
11 days ago, # |
  Vote: I like it 0 Vote: I do not like it

It's the stupidest mistake ever

You just have to rename a file

Go to C:\MinGW\lib\gcc\mingw32\8.2.0\include\c++\ext\pb_ds\detail\resize_policy

There you will see a file similar to "hash_standard_resize_policy_imp.hpp0000644"

Rename it to hash_standard_resize_policy_imp.hpp

  • »
    »
    11 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Ahh it didn't work. I downloaded JetBrains, it works fine in it. Thanks anyway.