Commit Graph

20 Commits

Author SHA1 Message Date
Glen Fernandes
7120c2f840 Update documentation on pointee type 2019-08-30 14:54:27 -04:00
Glen Fernandes
1637da95b8 Update factory documentation 2019-08-27 21:09:24 -04:00
Glen Fernandes
f20515da7d In test case use BOOST_NORETURN for throw_exception 2019-08-27 07:30:09 -04:00
Glen Fernandes
4403017952 Rewrite factory and value_factory
- Support r-value arguments
- Use variadic templates for arbitrary arguments
- Support allocators that are final
- Support allocators that use fancy pointers
- Support environments with disabled exceptions
- Improve compilation times
2019-08-27 06:55:37 -04:00
tinko92
96b71fef7e Change broken sgi/stl links.
Change broken sgi/stl links.
2019-04-24 05:58:56 +10:00
Daniel James
5f9b5bcfad Update paths for headers moved to different modules
Makes it easier to see dependencies.
2017-12-19 17:48:18 +00:00
Daniel James
270d59be4e Add extra test for factory with std::allocator
So that it doesn't have to have warnings disabled, as in the other allocator
test.
2017-12-17 11:53:04 +00:00
Daniela Engert
4a6944adbc
replace members of std::allocate which are deprecated in c++17 by their cousins from std::allocator_traits.
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-12-17 09:59:59 +01:00
Daniel James
35d79a36c9 Suppress warnings about std::auto_ptr in factory tests
They're testing that the library works with std::auto_ptr, the library itself
doesn't use it.
2017-10-20 03:06:06 +01:00
Daniel James
3651b46104 Update factory smart pointer tests for new standard versions
Only test std::auto_ptr when available, and test std::unique_pointer
when available.
2016-11-06 10:31:51 +00:00
Daniel James
a87c559a0b Fix missing documentation redirects for factory and forward 2016-10-30 23:41:32 +00:00
Daniel James
58eb996d0f Missing include 2016-09-30 09:30:45 +01:00
Daniel James
188c8d4c5d Change default factory allocator to 'void'.
To remove the dependency on Boost.Optional. Supplied a macro for
backwards compatibility, but that will be removed in a future release.
2015-01-10 13:08:03 +00:00
Daniel James
e22bf89f47 Remove generated documentation from forward and factory.
Will add to the build.

[SVN r84558]
2013-05-30 17:54:40 +00:00
Daniel James
f0476bf7b7 Some typos.
[SVN r84550]
2013-05-30 08:27:46 +00:00
Steven Watanabe
572712fac8 Fix annoying markup problems.
[SVN r71065]
2011-04-07 00:38:05 +00:00
Steven Watanabe
3118946989 Make sure this example compiles. Fixes #4548.
[SVN r71064]
2011-04-07 00:31:40 +00:00
Tobias Schwinger
de1a390d43 adds index.html for redirection to the documentation
[SVN r51365]
2009-02-21 15:40:34 +00:00
Tobias Schwinger
ba511c8939 removes absolute paths (from development machine)
[SVN r49958]
2008-11-27 15:32:23 +00:00
Tobias Schwinger
0be6a0b06d introduces functional / factory & forward
[SVN r49957]
2008-11-27 15:15:47 +00:00