Opened 9 years ago

Closed 9 years ago

#9076 closed Feature Requests (invalid)

"C" linkage boost::date_time::filetime_functions.hpp

Reported by: Alexander Drichel <alexander.drichel@…> Owned by: az_sw_dude
Milestone: To Be Determined Component: date_time
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

C standard does not know namespaces

but dllimport functions are declared in boost::date_time::winapi namespace

Change History (1)

comment:1 by Andrey Semashev, 9 years ago

Resolution: invalid
Status: newclosed

The code is intentionally written that way. The imported functions are from kernel32.dll. They are declared in the namespace in order not to conflict with the definitions in windows.h.

Note: See TracTickets for help on using tickets.