Opened 13 years ago
Closed 13 years ago
#2992 closed Bugs (fixed)
Linker error using 1.39 with vc80
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | interprocess |
Version: | Boost 1.38.0 | Severity: | Showstopper |
Keywords: | linker error | Cc: |
Description
Using shared memory in more than one cpp file gives linker warnings and errors. It looks like the compiler ignores the inline of huge functions in interprocess\detail\win32_api.hpp like get_file_name_from_handle_function or unlink_file. These are the only functions which the linker does not like.
Change History (3)
comment:1 by , 13 years ago
Component: | None → interprocess |
---|---|
Keywords: | linker error added |
Owner: | set to |
Severity: | Problem → Showstopper |
comment:2 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
The problem is the local classes. See #3090, which I've closed as a duplicate.