Re: [Boost-bugs] [Boost C++ Libraries] #9271: C4512 warnings with VS 2013 RTM

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9271: C4512 warnings with VS 2013 RTM
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-20 19:19:55


#9271: C4512 warnings with VS 2013 RTM
--------------------------------------+--------------------------
  Reporter: sebi707@… | Owner: apolukhin
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: lexical_cast
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+--------------------------

Comment (by sebi707@…):

 Thanks! This removed those warnings but I'm still getting warnings in
 another file. I'm not sure if this belongs to the lexical_cast component
 but if I convert the compoments of a boost::smatch to int using
 lexical_cast I get these warnings:

 {{{
 boost/detail/basic_pointerbuf.hpp(54): warning C4505:
 'boost::detail::basic_pointerbuf<CharT,BufferType>::setbuf' : unreferenced
 local function has been removed
 boost/detail/basic_pointerbuf.hpp(55): warning C4505:
 'boost::detail::basic_pointerbuf<CharT,BufferType>::seekpos' :
 unreferenced local function has been removed
 boost/detail/basic_pointerbuf.hpp(56): warning C4505:
 'boost::detail::basic_pointerbuf<CharT,BufferType>::seekoff' :
 unreferenced local function has been removed
 }}}

 I guess these warnings are not really VS 2013 specific as the previous
 reported warnings also occur with VS 2010 if you compile with warning
 level 4.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9271#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC