Opened 11 years ago
Closed 11 years ago
#5504 closed Bugs (fixed)
Regex : unused variable warning
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | regex |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
VC++2008, warning level 4, BOOST_NO_STD_LOCALE
boost_1_46_1\boost/regex/pending/unicode_iterator.hpp(116) : warning C4100: 'val'
Note:
See TracTickets
for help on using tickets.
(In [71496]) Suppress msvc warning. Fixes #5504.