Peter Dimov
08c12e8ad5
Document result<void, E>
2021-09-17 20:16:01 +03:00
Peter Dimov
fd21395802
Minor indentation fixes
2021-09-17 18:50:30 +03:00
Peter Dimov
cebb011a58
Update indentation in reference
2021-09-17 18:43:30 +03:00
Peter Dimov
3f67d3def5
Rename throw_exception_from_error_code to throw_exception_from_error
2021-09-17 18:33:04 +03:00
Peter Dimov
f2b3ae7e2b
Document throw_exception_from_error_code
2021-09-17 18:28:53 +03:00
Peter Dimov
48e56b9874
Update revision history
2021-09-17 18:19:24 +03:00
Peter Dimov
967b7cbc98
Add result to reference
2021-09-17 18:16:54 +03:00
Peter Dimov
6156076dab
Specify assign in terms of construction and assignment
2021-09-16 18:13:55 +03:00
Peter Dimov
984f8f1a92
Reorder constructor overloads
2021-09-16 18:04:27 +03:00
Peter Dimov
39ad22d660
Update reference
2021-09-16 03:07:32 +03:00
Peter Dimov
2b6498ad80
Merge pull request #63 from rohitk5252/patch-3
...
Update system.adoc
2021-09-08 00:24:30 +03:00
Peter Dimov
b41139b28e
Update documentation
2021-06-16 03:06:26 +03:00
Peter Dimov
9167bf8ee8
Update documentation
2021-06-14 21:23:01 +03:00
Peter Dimov
7f7a9da4d5
Update revision history
2021-06-14 20:07:18 +03:00
Peter Dimov
1caaacff57
Split reference into headers
2021-06-13 06:58:48 +03:00
Peter Dimov
75d5287558
Update copyright
2021-06-13 05:59:04 +03:00
Peter Dimov
25eaf0fdae
Document comparisons as inline friends; use value() and category() instead of val_ and cat_; add subheadings
2021-06-13 05:58:16 +03:00
Peter Dimov
f43293f451
Increase ToC levels
2021-06-13 05:24:30 +03:00
Peter Dimov
88f7c2bf53
Revert "Update documentation"
...
This reverts commit 8962c9101a .
2021-06-13 04:47:19 +03:00
Peter Dimov
723daf5d57
Update changelog
2021-06-13 04:39:39 +03:00
Rohit Kumar
23db4e8d69
Update system.adoc
2021-01-20 16:31:00 +05:30
Peter Dimov
f1c0a52426
Fix typo
2020-10-06 04:44:07 +03:00
Peter Dimov
8962c9101a
Update documentation
2020-10-06 04:26:02 +03:00
Peter Dimov
00b30343b9
Asciidoctor 2 fixes
2020-06-16 21:01:38 +03:00
Peter Dimov
c91dbc8249
Update footer for Asciidoctor 2
2020-06-16 20:44:31 +03:00
Peter Dimov
00d85d8d37
Update revision history
2020-06-16 20:44:09 +03:00
Peter Dimov
5d3365717e
Revert "Revert operator bool() to its pre-failed value() != 0 meaning"
...
This reverts commit 3164b387a5 .
2020-06-16 20:24:23 +03:00
Peter Dimov
3164b387a5
Revert operator bool() to its pre-failed value() != 0 meaning
2019-02-27 21:10:57 +02:00
Peter Dimov
b31fb4804d
Document system_error changes; add example for message(ev, buffer, len)
2018-10-03 03:40:10 +03:00
Peter Dimov
7f303cc4b6
Remove old .html files; update redirect
2018-10-03 01:19:28 +03:00
Peter Dimov
d13fa54450
Remove throws() from synopsis; document system_error
2018-10-03 00:24:10 +03:00
Peter Dimov
1b4c7f366d
Minor grammar fixes
2018-10-02 04:03:39 +03:00
Peter Dimov
af2edc5bea
Add .gitignore
2018-10-02 02:59:42 +03:00
Peter Dimov
efff0260f7
Add changes, reference; fix trailing whitespace
2018-10-02 02:58:21 +03:00
Peter Dimov
62ca8e6d8c
Add asciidoc documentation
2018-10-01 19:20:52 +03:00
Peter Dimov
829a1320a7
Replace BOOST_SYSTEM_NO_DEPRECATED with BOOST_SYSTEM_ENABLE_DEPRECATED
2017-10-21 19:19:57 +03:00
Beman
1bb5b95ebd
Rewrite the boost::throws() reference documentation. Add tests of boost::throws() using the divide() function from the reference documentation. Having tests will allow us to change the implementation of throws() without fear of silently breaking it.
2017-09-07 15:00:26 -04:00
Beman
5a29c4458d
Merge branch 'develop'
...
Conflicts:
doc/reference.html
include/boost/system/error_code.hpp
test/system/error_code_test/error_code_test.vcxproj
test/system/system-dll/system-dll.vcxproj
test/system_msvc/system_msvc.sln
2014-06-02 08:14:58 -04:00
Beman
4b7573fd43
Fix table of contents
2014-06-02 07:23:08 -04:00
Beman
b790db0bb9
Add release history.
2014-06-02 07:07:13 -04:00
Beman
1a925ee17b
Update docs to reflect library inclusion in C++11 and addition of BOOST_ERROR_CODE_HEADER_ONLY
2014-01-06 16:53:25 -05:00
Vicente J. Botet Escriba
ec4d3bc41e
System/FileSystem: merge from trunk to fix #7278 .
...
[SVN r83550]
2013-03-24 20:20:29 +00:00
Beman Dawes
08ea984237
Use C++11 explicit conversion operator if available
...
[SVN r83210]
2013-02-28 20:55:07 +00:00
Beman Dawes
87130d1d73
Add BOOST_SYSTEM_NOEXCEPT to several functions previously missed. Update documentation to reflect use of noexcept with fallback to C++03 when C++11 feature not present.
...
[SVN r83197]
2013-02-28 02:13:56 +00:00
Beman Dawes
7ffc036bc2
Merge trunk, including changes to come into closer conformance with C++0x FCD
...
[SVN r63685]
2010-07-06 10:47:30 +00:00
Hartmut Kaiser
6888c0c7b8
Spirit: merging from trunk upto rev. 61489
...
[SVN r63640]
2010-07-04 22:38:38 +00:00
Beman Dawes
9415b8c12e
Fix #4254 and other documentation mistakes and bring into closer conformance with the C++ standard library working paper.
...
[SVN r63426]
2010-06-29 12:33:26 +00:00
Daniel James
5dc1c47d21
Move minimal.css to doc/src.
...
[SVN r63148]
2010-06-20 18:02:14 +00:00
Beman Dawes
05a6666107
Fix typo
...
[SVN r62342]
2010-05-31 11:57:01 +00:00
Beman Dawes
baae3a392a
Upgrade system and filesystem to conform system_category and generic_category interface to N3090, the current C++0x working paper, section 19.5, System error support.
...
Refactor API macros into a new header, boost/system/api_config.hpp.
Prohibit user definition of API macros. Rationale: ensure all translation units use same definitions, cut number of environments that need to be tested.
[SVN r62313]
2010-05-30 15:38:32 +00:00