[Boost-bugs] [Boost C++ Libraries] #4354: patch for compilation warning

Subject: [Boost-bugs] [Boost C++ Libraries] #4354: patch for compilation warning
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-16 22:29:46


#4354: patch for compilation warning
----------------------------------------+-----------------------------------
 Reporter: Willem.deconinck@… | Owner: fmhess
     Type: Patches | Status: new
Milestone: Boost 1.43.0 | Component: signals2
  Version: Boost Development Trunk | Severity: Cosmetic
 Keywords: |
----------------------------------------+-----------------------------------
 An empty else statement warning easily fixed by
 changing

 else
      ;

 into

 else
 {
     ;
 }

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4354>
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:03 UTC