[eigen] [patch] Missing function in StdVector |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] [patch] Missing function in StdVector
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Wed, 6 May 2009 15:22:37 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=U/FR33porb/1tNS2/ZKFd/jWTP2vDJZ0SebojXeMMNo=; b=cti6A0oVytgFOL2PH+QHlJtrY8RgPqQnIUCMS+S4Nt1YVBD96ZAACME7uPs0Ibm+rz YWlTYaGIR7M8cnQrigKZWvghqfl5aArnaPp9/UNKQLOSrUWMwKKmShW/vNRjgxt1P7qO wmrdUdod2k1hKaxSLsiG/+9qSrYQiAUC1+6qQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Cgo++GLi7AJaTZp/f8aFrmUfLv3GdwJJqkmF7lgRcjAH/7apGVHx5LVF1/hWZ8fbBd 9QhbzoEWShHFYXByps7Zrcx+6CUmlwn+fRfYA4lFLGLrZ4AeuigqfYKayv9cgXFQXn2u 8Ua8KnqOmnCrHpc8zTi0QJwoMEegG8+WA9x6w=
Nothing major, just required
template<class _Iter> void insert(const_iterator position, _Iter
first, _Iter last)
for the unit tests to compile under windows.
Regards,
Hauke
Attachment:
StdVector.patch
Description: Binary data