Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214176
Collapse All | Expand All

(-)libcoyotl-3.1.0.orig/libcoyotl/command_line.cpp (+3 lines)
Lines 30-39 Link Here
30
//      http://www.coyotegulch.com
30
//      http://www.coyotegulch.com
31
//  
31
//  
32
//-----------------------------------------------------------------------
32
//-----------------------------------------------------------------------
33
33
34
#include "command_line.h"
34
#include "command_line.h"
35
36
#include <cstring>
37
35
using namespace libcoyotl;
38
using namespace libcoyotl;
36
39
37
command_line::command_line(int argc, char * argv[], const set<string> & bool_opts)
40
command_line::command_line(int argc, char * argv[], const set<string> & bool_opts)
38
  : m_options(),
41
  : m_options(),
39
    m_inputs(),
42
    m_inputs(),
(-)libcoyotl-3.1.0.orig/libcoyotl/sortutil.h (+1 lines)
Lines 34-43 Link Here
34
//-----------------------------------------------------------------------
34
//-----------------------------------------------------------------------
35
35
36
#if !defined(LIBCOYOTL_SORTUTIL_H)
36
#if !defined(LIBCOYOTL_SORTUTIL_H)
37
#define LIBCOYOTL_SORTUTIL_H
37
#define LIBCOYOTL_SORTUTIL_H
38
38
39
#include <climits>
39
#include <stdexcept>
40
#include <stdexcept>
40
41
41
namespace libcoyotl
42
namespace libcoyotl
42
{
43
{
43
44

Return to bug 214176