www.digitalmars.com         C & C++   DMDScript  

c++ - Compiler crash: f(vector<int>)

Hi Walter,

This thing crashes with the latest DMC (on WinXP):

    #include <vector>
    void f(vector<int>) {}

Cheers,
Sz.
Oct 13 2003