#11447 closed Bugs (fixed)
__OpenBSD__ macro name misspelled
| Reported by: | Owned by: | Beman Dawes | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | filesystem |
| Version: | Boost 1.58.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Fix up the ifdef-block as OpenBSD doesn't define __OPEN_BSD__.
Attachments (1)
Change History (4)
by , 7 years ago
| Attachment: | patch-libs_filesystem_src_path_cpp added |
|---|
comment:1 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 7 years ago
| Summary: | Fix "std::runtime_error: locale::facet::_S_create_c_locale name not valid" error on OpenBSD → __OpenBSD__ macro name misspelled |
|---|
comment:3 by , 7 years ago
Ticket title change to reflect the problem rather than the symptom of the problem.
Note:
See TracTickets
for help on using tickets.

Patch pushed to develop branch. Will merge to master once enough regression tests have cycled.
Thanks,
--Beman