de27c0f853
spelling: classes
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-07-11 00:39:13 +02:00
9c44e402f6
spelling: because
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-07-11 00:39:13 +02:00
5ab4701192
spelling: assignment
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-07-11 00:39:13 +02:00
ab7e5275c0
spelling: addresses
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-07-11 00:39:13 +02:00
416c89e165
spelling: achieve
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-07-11 00:39:13 +02:00
c809700d6a
Merge branch 'develop'
boost-1.80.0
boost-1.82.0.beta1
boost-1.82.0
boost-1.81.0.beta1
boost-1.81.0
2022-07-30 18:50:53 +02:00
293d1861d7
fixed broken links to SGI docs
2022-07-30 10:09:35 +02:00
3038bdea4b
Merge branch 'develop'
boost-1.80.0.beta1
2022-06-22 22:59:18 +02:00
938806c876
relnotes: info about breaking change
2022-06-22 22:56:45 +02:00
85ebe0a2ed
fix hash spec for C++17
2022-06-19 23:57:15 +02:00
ce5834add2
further docs fixes
2022-05-23 22:42:04 +02:00
a514ce627d
fix docs build
2022-05-23 22:32:36 +02:00
ec677383dc
Added docs for std::hash
...
But I do not know if they copile with QuickBook.
2022-05-23 21:00:00 +02:00
52abe4842e
Add std::hash specialization
2022-05-21 01:13:10 +02:00
4ead6d14ff
Added release notes
optional-2022-03-26
2022-03-26 23:52:09 +01:00
78d42ff970
Merge branch 'develop'
2022-03-26 23:32:57 +01:00
6117d08d79
Merge pull request #102 from glywk/develop
...
Update typography
2022-03-07 14:49:23 +01:00
916ca23572
Update typography
2022-03-07 13:55:57 +01:00
c300a8c517
Merge pull request #100 from boostorg/pr/aligned-storage-fix
...
Change aligned_storage::dummy::data to unsigned char[]
2022-03-01 16:17:09 -03:00
4f713acdf8
Merge pull request #101 from boostorg/pr/unqualified-value-type
...
Construct the unqualified value_type with placement new
2022-03-01 16:07:44 -03:00
1e6f838a90
added missing license info in one file
2022-02-26 14:15:28 +01:00
51b7053abf
Construct the unqualified value_type with placement new
2022-02-18 22:03:05 +02:00
ec96129e9e
Change aligned_storage::dummy::data to unsigned char[]
2022-02-18 21:55:13 +02:00
8e86559103
Fix convert-assign tests for C++98
2021-12-22 10:36:40 +01:00
56568445b9
Fix tests on C++03
2021-12-09 22:22:05 +01:00
7dd512a019
Fix issue #98
2021-11-20 02:00:30 +01:00
21253ea63a
Merge pull request #93 from sdarwin/feature/gha_fix_1
...
Update GitHub Actions CI file
2021-08-03 16:07:09 +02:00
14d43d2e6e
Update GitHub Actions CI file
2021-07-30 16:10:11 +00:00
0b159febf8
Update CMakeLists.txt
2021-06-10 00:53:07 +03:00
d0ab8004c0
Add support for BOOST_NO_IOSTREAM
2021-05-19 23:29:10 +02:00
5a444eb84b
docs: updated copyright notice
optional-2021-03-10
boost-1.76.0.beta1
boost-1.77.0
boost-1.76.0
boost-1.77.0.beta1
boost-1.78.0
boost-1.78.0.beta1
boost-1.79.0
boost-1.79.0.beta1
2021-03-10 23:07:18 +01:00
0566bde447
Merge branch 'develop'
2021-03-10 23:01:22 +01:00
a70c51eed1
Merge pull request #91 from sdarwin/githubactions
...
GitHub Actions config
2021-03-03 16:13:06 +01:00
9c9ff5e376
Add GitHub Actions config [ci skip]
2021-03-03 14:56:21 +00:00
708db7fe9a
Merge pull request #88 from sdarwin/drone
...
Drone config
2021-01-21 21:18:22 +01:00
27971d8b11
add drone config [ci skip]
2021-01-21 19:42:29 +00:00
97da91f665
Merge pull request #89 from eldiener/develop
...
[skip ci] Add "cxxstd" json field
2021-01-21 19:50:03 +01:00
4a1a9c9cdd
[skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.
2021-01-20 23:02:52 -05:00
71feb7961b
Merge branch 'gieseanw-patch-1' into develop
2020-12-19 00:00:58 +01:00
ead529af54
Address unreachable code warning
...
In MSVC optional<T&>::value() emits a warning C4702: unreachable code because throw_exception is marked BOOST_RETURN.
Otherwise the ternary code might have been preferable.
This change addresses the warning while preserving the functionality. It replicates optional<T>::value() for consistency.
2020-12-19 00:00:18 +01:00
45321f321e
polished release notes
optional-2020-10-28
boost-1.75.0
boost-1.75.0.beta1
2020-10-28 22:29:13 +01:00
18222c8394
Merge branch 'develop'
2020-10-28 21:36:29 +01:00
a7f49cbec8
Merge branch 'citrusmoose-make_none_t_literal_type' into develop
2020-10-24 17:18:22 +02:00
7e0b8145b5
boost::none is constexpr-declared
2020-10-24 17:17:10 +02:00
2b08711ec6
Merge branch 'make_none_t_literal_type' of https://github.com/citrusmoose/optional into citrusmoose-make_none_t_literal_type
2020-10-24 17:05:51 +02:00
88e7d55bbc
Merge pull request #85 from giomasce-throwaway/develop
...
Fix funny mistake in copyright headers.
2020-10-09 16:28:33 +02:00
9de55e6ffd
Fix funny mistake in copyright headers.
2020-10-09 15:35:58 +02:00
409a225afe
Merge pull request #84 from mbs-c/develop
...
Add explicit <string> include to make tests compile with MSVC
2020-08-11 16:11:59 +02:00
db5e156ebc
Add explicit <string> include to make tests compile with MSVC
2020-08-11 10:36:12 +02:00
aeac95857e
Merge branch 'eldiener-develop' into develop
2020-05-07 18:06:07 +02:00