Commit Graph

7 Commits

Author SHA1 Message Date
Peter Dimov
223b2cf3a5 Add #include <boost/next_prior.hpp>; no longer in utility.hpp 2017-12-02 03:54:37 +02:00
Stephen Kelly
7b4a0e066e Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2013-09-26 13:02:51 +00:00
Matias Capeletto
7c7c545da1 Fixed vector_of and list_of views assign(size_type,value_type) bug.
Fixed vector_of views operator[](size_type) and at(size_type) functions return value.

[SVN r81818]
2012-12-10 13:13:09 +00:00
Matias Capeletto
fec2574384 [bimap] Remove tabs
[SVN r78741]
2012-05-29 09:51:34 +00:00
Matias Capeletto
f80cba9ac2 [Bimap] Add missing typename in tests
[SVN r78693]
2012-05-27 19:27:20 +00:00
Matias Capeletto
744f8c201a [bimap] Add key_type and mapped_type (leaving data_type for backward compatibility) typedefs to map views (Fix #6031)
[SVN r78583]
2012-05-24 15:16:20 +00:00
Matias Capeletto
b80ca94d5d first bimap commit
[SVN r37767]
2007-05-25 01:07:13 +00:00