[Boost-bugs] [Boost C++ Libraries] #3559: Typo in error constant for ELOOP

Subject: [Boost-bugs] [Boost C++ Libraries] #3559: Typo in error constant for ELOOP
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-25 16:32:19


#3559: Typo in error constant for ELOOP
-----------------------------------------------+----------------------------
 Reporter: Giel van Schijndel <me@…> | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: Boost 1.41.0 | Component: system
  Version: Boost 1.40.0 | Severity: Problem
 Keywords: |
-----------------------------------------------+----------------------------
 Line 132 of boost/system/error_code.hpp reads:
 {{{
 #!cpp
 too_many_synbolic_link_levels = ELOOP,
 }}}

 This obviously should be:
 {{{
 #!cpp
 too_many_symbolic_link_levels = ELOOP,
 }}}

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