boostorg / wave

Boost.org wave module
http://boost.org/libs/wave
21 stars 49 forks source link

Rename typedef "pointer" to fix MSVC warning 4458 #51

Closed poelmanc closed 4 years ago

poelmanc commented 4 years ago

MSVC emits warning 4458 about the local typedef "pointer" shadowing the class member typedef "pointer". This fix renames the local typedef to "value_pointer" to eliminate the warning.