Opened 12 years ago
Closed 12 years ago
#4650 closed Bugs (fixed)
tss_null.cpp does not put function is right namespace
| Reported by: | DaveDeakins | Owned by: | Anthony Williams |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | thread |
| Version: | Boost Development Trunk | Severity: | Regression |
| Keywords: | Cc: |
Description
It appears that a few months ago when all the tss hook functions got moved from the global namespace to the boost namespace, that the stub tss_cleanup_implemented function in tss_null.cpp did not get moved. This caused the WinCE thread tests not to run correctly. Attached is a patch to fix tss_null.
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | boost-thread-tss_null.patch added |
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed on trunk, revision 66142