COIN-OR::LEMON - Graph Library

Changeset 1270:806451fd084b in lemon-0.x for src/lemon/utility.h


Ignore:
Timestamp:
03/29/05 09:35:09 (20 years ago)
Author:
jacint
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1698
Message:

bugfixes in doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/utility.h

    r1256 r1270  
    3838{
    3939
    40   /// Basic type for defining "tags". A "YES" condidion for enable_if.
     40  /// Basic type for defining "tags". A "YES" condition for enable_if.
    4141
    4242  /// \todo This should go to a separate "basic_types.h" (or something)
     
    4646  };
    4747
    48   /// Basic type for defining "tags". A "NO" condidion for enable_if.
     48  /// Basic type for defining "tags". A "NO" condition for enable_if.
    4949  struct False {
    5050    static const bool value = false;
Note: See TracChangeset for help on using the changeset viewer.