5 Commits

Author SHA1 Message Date
joaquintides
ab70df156c updated concepts and external links and s/insert(const Entry&)/insert(Entry&&) 2024-09-28 11:41:33 +02:00
joaquintides
0d8e4da52e Feature/concurrent_factory (#17)
* added concurrent_factory

* fixed friend declaration

* avoided static constexpr definition fiasco

* prevented spurious instantiations of concurrent_factory with placeholder params

* worked around spurious std::hash instantiation in msvc 14.0

* extended previous workaround

* refactored to ensure synced key_value construction with concurrent_factory,
plus fixed concurrent_factory_detail::refcounted_entry move ctor
2024-09-26 19:18:54 +02:00
joaquintides
db2eb096e5 updated revised dates as per latest commit 2019-04-24 13:21:40 +02:00
Tinko Bartels
7f355e6a8a Change broken sgi/stl links to boost.org. 2019-04-23 19:08:08 +02:00
Joaquín M López Muñoz
a5665e6ee1 added flyweight from trunk
[SVN r50320]
2008-12-18 22:18:11 +00:00