Emil Dotchevski
f12d40765b
Both enable_error_info.hpp and enable_current_exception.hpp now do not depend on intrusive_ptr or any other Boost lib.
...
[SVN r48482]
2008-08-31 01:39:00 +00:00
Emil Dotchevski
f2b14ffa98
addressing what seems to be a bug in darwin-4.0.1
...
[SVN r48477]
2008-08-30 17:42:17 +00:00
Emil Dotchevski
9dd2d64304
decoupled boost/exception/exception.hpp from boost/exception/detail/type_info.hpp
...
diagnostic_information improvements
documentation update
[SVN r48469]
2008-08-30 02:57:12 +00:00
Emil Dotchevski
5258fbc2d1
Further simplified enable_current_exception. Improved exception_ptr testing.
...
[SVN r48455]
2008-08-29 19:27:38 +00:00
Emil Dotchevski
0c9d70964e
enable_current_exception.hpp decoupled from atomic_count.hpp
...
[SVN r48439]
2008-08-29 04:56:02 +00:00
Emil Dotchevski
d7b98ba390
Boost Exception documentation update
...
[SVN r48432]
2008-08-29 02:48:23 +00:00
Emil Dotchevski
70a910d82c
insignificant
...
[SVN r48430]
2008-08-28 23:58:26 +00:00
Emil Dotchevski
850b7d9618
Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID.
...
[SVN r48429]
2008-08-28 23:49:55 +00:00
Emil Dotchevski
14765312e2
fix for mutable problem, thanks Peter Klotz
...
[SVN r48270]
2008-08-20 21:48:35 +00:00
Jürgen Hunold
e05771c0c4
Fix: apply workaround to disable msvc warning 4265.
...
[SVN r48248]
2008-08-20 09:29:17 +00:00
Emil Dotchevski
d7722921a7
removed tabs from source files
...
updated documentation
[SVN r47250]
2008-07-09 00:18:09 +00:00
Emil Dotchevski
044d5767e2
Hopefully fixing the Como-specific problem reported by Robert Ramey.
...
[SVN r47126]
2008-07-06 04:50:53 +00:00
Emil Dotchevski
475f37b9c4
BOOST_NO_TYPEID
...
[SVN r47007]
2008-07-02 21:50:29 +00:00
Emil Dotchevski
d0febca84b
Removed boost::exception::what, to avoid ambiguity in user types deriving from both std::exception and boost::exception.
...
[SVN r46930]
2008-06-30 19:40:44 +00:00
Emil Dotchevski
640d6cfc58
bug fix, thanks Steven Watanabe
...
[SVN r46802]
2008-06-28 03:53:39 +00:00
Emil Dotchevski
f58ffdd643
documentation update, added function exception::diagnostic_information, added std::exception to_string overload, removed tabs from source files
...
[SVN r46697]
2008-06-25 23:27:56 +00:00
Emil Dotchevski
d54052b137
Added missing #include <ios>
...
[SVN r46341]
2008-06-11 22:25:06 +00:00
Emil Dotchevski
175c3e50e9
Bug in the previous bug fix!
...
[SVN r46335]
2008-06-11 19:20:27 +00:00
Emil Dotchevski
421a059421
Fixed exception info bug when boost::exception is derived virtually.
...
[SVN r46333]
2008-06-11 18:24:10 +00:00
Emil Dotchevski
d04ddee87a
Added required #include <stddef.h>
...
[SVN r45378]
2008-05-15 00:47:50 +00:00
Emil Dotchevski
8328f20b1a
enable_error_info.hpp hacked to support Borland 0x582
...
[SVN r45339]
2008-05-13 19:59:48 +00:00
Emil Dotchevski
9f8623a2c9
Borland compatibility for enable_error_info.hpp,
...
Tabs removed from exception.hpp,
Documentation rebound.
[SVN r45273]
2008-05-11 02:15:49 +00:00
Peter Dimov
f243fadab2
Disable Boost.Exception for Borland 5.8.x as well.
...
[SVN r45268]
2008-05-10 19:55:16 +00:00
Peter Dimov
ebc9563ed0
Unconditionally #include <exception> for std::exception.
...
[SVN r45150]
2008-05-05 20:06:58 +00:00
Emil Dotchevski
7cc96d23ec
Improved compatibility with various compilers.
...
[SVN r45087]
2008-05-03 19:51:41 +00:00
Emil Dotchevski
cde6de22d9
Disabled bogus GCC warnings.
...
[SVN r45082]
2008-05-03 18:20:15 +00:00
Peter Dimov
5ffd47553f
Fixes for old compilers.
...
[SVN r45069]
2008-05-03 15:33:06 +00:00
Emil Dotchevski
d4a15cd9db
tabs removed, added protected inline dtors.
...
[SVN r45042]
2008-05-02 20:51:31 +00:00
Emil Dotchevski
e1056d2f4a
throw_exception() now ensures that the exception type passed to it derives publicly from std::exception.
...
[SVN r45041]
2008-05-02 20:40:39 +00:00
Emil Dotchevski
cc7d466f5d
Integration of Boost Exception in boost::throw_exception().
...
[SVN r44954]
2008-04-30 21:45:00 +00:00
Emil Dotchevski
f3cfeeee57
Added required header #include <new>
...
[SVN r44886]
2008-04-29 17:17:45 +00:00
Emil Dotchevski
b5877b8d9a
Added protected destructor to the base type error_info_base
...
[SVN r44781]
2008-04-26 17:43:58 +00:00
Emil Dotchevski
628b06a2fa
Fixed MSVC-specific compile errors when /Za command-line option is used, due to lack of throw() in std::~exception().
...
[SVN r44706]
2008-04-21 22:42:54 +00:00
Emil Dotchevski
f29f86f65c
introduced boost/exception_ptr.hpp, using Boost Exception
...
[SVN r44439]
2008-04-15 18:47:16 +00:00
Emil Dotchevski
c61e655ada
N2179 compliance (pending documentation update)
...
[SVN r44438]
2008-04-15 18:24:46 +00:00
Emil Dotchevski
08607bca72
minor to_string fix
...
[SVN r44419]
2008-04-14 17:31:38 +00:00
Emil Dotchevski
9bac76a06d
minor fix
...
[SVN r44404]
2008-04-14 06:27:40 +00:00
Emil Dotchevski
92fbda9a88
minor compile error fix
...
[SVN r44372]
2008-04-13 17:07:26 +00:00
Emil Dotchevski
ec40d3d8ad
removed tabs. what's wrong with tabs anyway?
...
[SVN r44246]
2008-04-12 03:27:57 +00:00
Emil Dotchevski
761ae0bc1e
to_string adjustments
...
[SVN r44192]
2008-04-11 18:34:46 +00:00
Emil Dotchevski
3c7f53176f
to_string fixes
...
[SVN r44164]
2008-04-11 03:51:06 +00:00
Emil Dotchevski
65d278a387
missing include
...
[SVN r44134]
2008-04-09 18:48:39 +00:00
Emil Dotchevski
0fbc4dc974
fixed compile errors, removed tabs as required.
...
[SVN r44114]
2008-04-08 21:29:37 +00:00
Emil Dotchevski
e0881a603d
fixed compile errors on various platforms
...
[SVN r44104]
2008-04-07 19:00:45 +00:00
Emil Dotchevski
e961744baf
fix for:
...
boost/exception/enable_exception_cloning.hpp uses std::bad_alloc
without #include'ing <new>. Because of this, some exception library
tests fail to compile on HP-UX.
[SVN r43555]
2008-03-10 20:18:19 +00:00
Emil Dotchevski
bf515d83ca
boost exception
...
[SVN r43485]
2008-03-04 01:41:17 +00:00
Robert Ramey
ae714358ad
fixes comeau bug
...
[SVN r24278]
2004-08-04 05:15:01 +00:00
Douglas Gregor
98c7eb7d68
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
Peter Dimov
17f806e8a7
_MSC_VER use clarified.
...
[SVN r20992]
2003-11-28 15:35:21 +00:00
Peter Dimov
d1e4951cd5
-Wundef fixes.
...
[SVN r18788]
2003-06-12 17:09:24 +00:00
Peter Dimov
2f59c2a05e
boost::throw_exception documentation added.
...
[SVN r16239]
2002-11-14 15:13:59 +00:00
Peter Dimov
b01dc32c72
BOOST_NO_EXCEPTIONS support added.
...
[SVN r14835]
2002-08-14 12:27:22 +00:00