d1312's blog

By d1312, history, 8 days ago, In English

I heard STL is a good tool, so I installed STL on my compiler. The problem is, when I use deque, everything is fine. But when I use destack, it gives me this error:

[Error] destack: No such file or directory
compilation terminated.

I'm using the last version of MinGW GCC installed with the MinGW GCC Package Manager, with compile flags -std=c++14 -O2. My friend also have this problem. So please help.

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

»
8 days ago, # |
  Vote: I like it +39 Vote: I do not like it

There is no such thing as destack in C++ STL. stack only works from one side