Opened 6 years ago
Closed 4 years ago
#12244 closed Bugs (fixed)
boost\logic\tribool_io.hpp uses wrong define BOOST_NO_WCHAR_T instead of BOOST_NO_CWCHAR
| Reported by: | anonymous | Owned by: | James E. King, III |
|---|---|---|---|
| Milestone: | Boost 1.69 | Component: | logic |
| Version: | Boost 1.61.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
'BOOST_NO_WCHAR_T' is not defined anywhere in config
probably, the intended define was 'BOOST_NO_CWCHAR'
Change History (4)
comment:1 by , 4 years ago
| Owner: | changed from to |
|---|
comment:2 by , 4 years ago
comment:3 by , 4 years ago
| Status: | new → assigned |
|---|
comment:4 by , 4 years ago
| Milestone: | To Be Determined → Boost 1.69 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

https://github.com/boostorg/logic/pull/10