COIN-OR::LEMON - Graph Library

Changeset 1123:18c89646185e in lemon-main for lemon/arg_parser.h


Ignore:
Timestamp:
04/02/15 12:57:18 (9 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Suppress MSVC warning C4267 (#519)

C4267: conversion from 'size_t' to 'type', possible loss of data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/arg_parser.h

    r879 r1123  
    2727#include <sstream>
    2828#include <algorithm>
     29#include <lemon/core.h>
    2930#include <lemon/assert.h>
    3031
Note: See TracChangeset for help on using the changeset viewer.