Opened 13 years ago

Closed 13 years ago

#2992 closed Bugs (fixed)

Linker error using 1.39 with vc80

Reported by: Volker Wippel <Volker.Wippel@…> 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 Volker Wippel <Volker.Wippel@…>, 13 years ago

Component: Noneinterprocess
Keywords: linker error added
Owner: set to Ion Gaztañaga
Severity: ProblemShowstopper

comment:2 by Steven Watanabe, 13 years ago

The problem is the local classes. See #3090, which I've closed as a duplicate.

comment:3 by Ion Gaztañaga, 13 years ago

Resolution: fixed
Status: newclosed

Fixed for Boost 1.40

Note: See TracTickets for help on using tickets.