Opened 9 years ago
Last modified 8 years ago
#9939 assigned Patches
Patch to add "no exceptions" support to dynamic_bitset
Reported by: | Owned by: | acharles | |
---|---|---|---|
Milestone: | Boost 1.56.0 | Component: | dynamic_bitset |
Version: | Boost 1.55.0 | Severity: | Optimization |
Keywords: | exceptions | Cc: |
Description
This patch adds support for compiling with exceptions disabled by using BOOST_TRY/BOOST_CATCH etc.
Attachments (1)
Change History (7)
by , 9 years ago
Attachment: | dynamic-bitset-no-exceptions-patch.txt added |
---|
comment:1 by , 8 years ago
Milestone: | To Be Determined → Boost 1.56.0 |
---|---|
Owner: | changed from | to
Severity: | Problem → Optimization |
Version: | Boost Development Trunk → Boost 1.55.0 |
Would you mind submitted this as a pull request on the repository with the ticket in the commit message? If you aren't very familiar with git/github, then I can do this.
comment:2 by , 8 years ago
I am new to git. I tried to create a pull request: https://github.com/boostorg/dynamic_bitset/pull/7 but I don't know if I did it right. I am sorry if I messed up.
comment:3 by , 8 years ago
I pulled it and closed the request. Thanks. I'll merge from develop to master when the tests cycle.
comment:4 by , 8 years ago
Status: | new → assigned |
---|
Note:
See TracTickets
for help on using tickets.
patch to add no exceptions support