commit | 2f0b4e1abc6b105434fcb85df2461a37a810172b | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Fri Aug 21 12:16:37 2009 -0400 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Fri Aug 21 12:16:37 2009 -0400 |
tree | 3701625374e6762f1fc0a7da6d2ad5763e96bc92 | |
parent | 72b002eab91cf058dfc667911db5e06cc1448a39 [diff] |
fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work with gcc 4.1, and looking at the implementation of vector in g++ 4.1, it was exactly our fallback case, so use that.