Opened 7 years ago

Closed 5 years ago

#11884 closed Bugs (fixed)

Typo in is_mem_fun_pointer_tester.hpp

Reported by: Martin Jerabek <martin.jerabek@…> Owned by: John Maddock
Milestone: To Be Determined Component: type_traits
Version: Boost 1.60.0 Severity: Problem
Keywords: Cc:

Description

The file boost/type_traits/detail/is_mem_fun_pointer_tester.hpp contains two typos which does not affect normal compilations but confuse tools like Incredibuild which try to parse the source code.

The last define/include/undef stanza is missing PPI, making these preprocessor statements invalid. Here a unified diff to fix these typos:

Change History (1)

comment:1 by John Maddock, 5 years ago

Resolution: fixed
Status: newclosed

Fixed in develop, thanks!

Note: See TracTickets for help on using tickets.