Click here to Skip to main content
15,915,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: std::vector destructor throwing exception Pin
Mark Salsbery10-Nov-07 8:40
Mark Salsbery10-Nov-07 8:40 
GeneralRe: std::vector destructor throwing exception Pin
Fernando A. Gomez F.10-Nov-07 8:45
Fernando A. Gomez F.10-Nov-07 8:45 
GeneralRe: std::vector destructor throwing exception Pin
Rajasekharan Vengalil10-Nov-07 12:25
Rajasekharan Vengalil10-Nov-07 12:25 
GeneralRe: std::vector destructor throwing exception Pin
Fernando A. Gomez F.10-Nov-07 19:30
Fernando A. Gomez F.10-Nov-07 19:30 
AnswerRe: std::vector destructor throwing exception Pin
Nemanja Trifunovic10-Nov-07 10:57
Nemanja Trifunovic10-Nov-07 10:57 
GeneralRe: std::vector destructor throwing exception [modified] Pin
Fernando A. Gomez F.10-Nov-07 19:13
Fernando A. Gomez F.10-Nov-07 19:13 
QuestionRe: std::vector destructor throwing exception Pin
David Crow10-Nov-07 15:36
David Crow10-Nov-07 15:36 
AnswerRe: std::vector destructor throwing exception Pin
Fernando A. Gomez F.10-Nov-07 19:09
Fernando A. Gomez F.10-Nov-07 19:09 
Hello,

template<class _Ty,
class _Alloc> inline
void _Destroy_range(_Ty *_First, _Ty *_Last, _Alloc& _Al)
{   // destroy [_First, _Last)
    _Destroy_range(_First, _Last, _Al, _Ptr_cat(_First, _Last));
}


The bolded line, which is in the line 226 of the "xmemory" file.

Thanks.




Hope is the negation of reality - Raistlin Majere

Questionconnecting 2 combo boxes Pin
Miss_F10-Nov-07 6:09
Miss_F10-Nov-07 6:09 
AnswerRe: connecting 2 combo boxes Pin
Rajasekharan Vengalil10-Nov-07 6:36
Rajasekharan Vengalil10-Nov-07 6:36 
GeneralRe: connecting 2 combo boxes Pin
Miss_F11-Nov-07 17:50
Miss_F11-Nov-07 17:50 
QuestionSome value (ascii I suppose) instead of the character Pin
shpid3r10-Nov-07 2:15
shpid3r10-Nov-07 2:15 
AnswerRe: Some value (ascii I suppose) instead of the character Pin
Rajasekharan Vengalil10-Nov-07 6:38
Rajasekharan Vengalil10-Nov-07 6:38 
AnswerRe: Some value (ascii I suppose) instead of the character Pin
Peter Weyzen10-Nov-07 10:30
Peter Weyzen10-Nov-07 10:30 
AnswerRe: Some value (ascii I suppose) instead of the character Pin
shpid3r10-Nov-07 12:41
shpid3r10-Nov-07 12:41 
GeneralRe: Some value (ascii I suppose) instead of the character Pin
Bram van Kampen10-Nov-07 14:01
Bram van Kampen10-Nov-07 14:01 
AnswerRe: Some value (ascii I suppose) instead of the character Pin
bob1697210-Nov-07 18:46
bob1697210-Nov-07 18:46 
QuestionON_COMMAND_RANGE() Pin
thes3cr3t110-Nov-07 1:39
thes3cr3t110-Nov-07 1:39 
AnswerRe: ON_COMMAND_RANGE() Pin
chandu00410-Nov-07 1:45
chandu00410-Nov-07 1:45 
GeneralRe: ON_COMMAND_RANGE() Pin
thes3cr3t110-Nov-07 2:14
thes3cr3t110-Nov-07 2:14 
AnswerRe: ON_COMMAND_RANGE() Pin
Mark Salsbery10-Nov-07 5:41
Mark Salsbery10-Nov-07 5:41 
QuestionEqual compare Pin
George_George10-Nov-07 0:23
George_George10-Nov-07 0:23 
AnswerRe: Equal compare Pin
Bram van Kampen10-Nov-07 13:49
Bram van Kampen10-Nov-07 13:49 
GeneralRe: Equal compare Pin
George_George10-Nov-07 23:41
George_George10-Nov-07 23:41 
GeneralRe: Equal compare Pin
Bram van Kampen12-Nov-07 16:33
Bram van Kampen12-Nov-07 16:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.