April 13, 2006
Walter,

Attached the sample cpp file and cmd file which shows the error.

Arjan


April 13, 2006
Arjan wrote:
> Walter,
> 
> Attached the sample cpp file and cmd file which shows the error.
> 
> Arjan
> 
> 
> ------------------------------------------------------------------------
> 
> dmc" -cpp -c -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 -gl -S -o+none -Ae -Ar "eh759_2.cpp"
> 
> 
> ------------------------------------------------------------------------
> 
> #include <utility>
> #include <vector>
> 
> 
> class object_registrar
> {
> public:
>     typedef std::vector< std::pair<int, int> >  error_pair_type;
> 
>     error_pair_type    x;
> };
> 
> object_registrar  obj_reg;

oops wrong cmd file :-(
attached the correct one.

Arjan