Boost logo

Boost :

From: max.anziutti_at_[hidden]
Date: 2001-08-20 09:43:28


I tried to increase /Zm parameter but i always get the same message:
D:\Programmi\Microsoft Visual Studio\VC98\INCLUDE\ostream(316) :
fatal error C1001: INTERNAL COMPILER ERROR
  (compiler file 'E:\8966\vc98\p2\src\P2\ehexcept.c', line 577)
    Please choose the Technical Support command on the Visual C++

On the compiler status page i did not find graph library entry....

I found an answer on the mailing list this should be a compiler bug.
When compiling with VC 7 i get errors in boost\pending\CT_IF.HPP file:

  template <int cond, class A, class B>
  struct ct_if { typedef ct_if_error type; };
  template <class A, class B>
  struct ct_if<1, A, B> { typedef A type; }; <---------Error:Variable
A not defined
  template <class A, class B>
  struct ct_if<0, A, B> { typedef B type; };


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk