www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.beta - [bug] dmc.8.48.3 libs/utility/test/base_from_member_test.cpp inernal

↑ ↓ ← Arjan <arjan ask.me> writes:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Walter,

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

Arjan
Apr 13 2006
↑ ↓ → Arjan <arjan ask.me> writes:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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
Apr 13 2006