[Boost-bugs] [Boost C++ Libraries] #8500: Strange syntax error.

Subject: [Boost-bugs] [Boost C++ Libraries] #8500: Strange syntax error.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-26 04:44:16


#8500: Strange syntax error.
------------------------------------------------------------------+---------
 Reporter: Neuton de Oliveira Braga Junior <neutonjr@…> | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: container
  Version: Boost 1.52.0 | Severity: Problem
 Keywords: |
------------------------------------------------------------------+---------
 In file container/allocator_traits.hpp (lines 213-214) was found:

    static void deallocate(Alloc &a, pointer p, size_type n)
    { return a.deallocate(p, n); }

 The static void function has a non-void return.

 Are there any reason for this?

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