Feb 5, 2005 #1 neseidus Programmer Sep 1, 2004 41 CA I really like using some of the constructs out of the boost library but for some reason this causes my VS.NET to crash Has anyone else experienced problems between these two?
I really like using some of the constructs out of the boost library but for some reason this causes my VS.NET to crash Has anyone else experienced problems between these two?
Feb 6, 2005 #2 Salem Programmer Apr 29, 2003 2,455 GB I'd be surprised if there wasn't information about such problems on the boost website itself. Did you check there first? -- Upvote 0 Downvote
I'd be surprised if there wasn't information about such problems on the boost website itself. Did you check there first? --
Feb 13, 2005 Thread starter #3 neseidus Programmer Sep 1, 2004 41 CA I didn't but upon checking I couldn't find anything Any other suggestions? Upvote 0 Downvote
Feb 13, 2005 #4 chipperMDW Programmer Mar 24, 2002 1,268 US What parts of Boost cause the crash? Upvote 0 Downvote
Feb 18, 2005 Thread starter #5 neseidus Programmer Sep 1, 2004 41 CA Pretty much any time I try doing something complicated, involving binding to functions within for_each loops or just using lambda expressions Actually it seemed to be related to the lambda functions Upvote 0 Downvote
Pretty much any time I try doing something complicated, involving binding to functions within for_each loops or just using lambda expressions Actually it seemed to be related to the lambda functions
Mar 10, 2005 Thread starter #6 neseidus Programmer Sep 1, 2004 41 CA Well I think I know what the problem is. Apparently there is a bug fix in 2005 that sounds like my problem. But I wonder why other people aren't seeing this bug... I'm not the only one using the boost library Hopefully upgrading will resolve this Upvote 0 Downvote
Well I think I know what the problem is. Apparently there is a bug fix in 2005 that sounds like my problem. But I wonder why other people aren't seeing this bug... I'm not the only one using the boost library Hopefully upgrading will resolve this
Mar 11, 2005 #7 chipperMDW Programmer Mar 24, 2002 1,268 US Well, if someone fixed the bug, someone must have been seeing it, eh? Upvote 0 Downvote