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
|
11ca52d38f
|
avoided -Wshadow warnings
|
2014-01-19 18:51:31 +01:00 |
|
Stephen Kelly
|
38c1292334
|
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 |
|
Joaquín M López Muñoz
|
979bd18f34
|
fixed bug occurring when a user exception is thrown in some points of flyweight construction
[SVN r54017]
|
2009-06-17 18:54:33 +00:00 |
|
Joaquín M López Muñoz
|
6cd6065e9f
|
Boost.Flyweight initial commit
[SVN r50077]
|
2008-12-02 21:28:53 +00:00 |
|