Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/containers/pair

    r6b0b624 reaa5043  
    99// Author           : Aaron Moss
    1010// Created On       : Wed Apr 12 15:32:00 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul 22 09:59:53 2017
    13 // Update Count     : 2
     11// Last Modified By : Aaron Moss
     12// Last Modified On : Wed Apr 12 15:32:00 2017
     13// Update Count     : 1
    1414//
    1515
    16 #pragma once
     16#ifndef PAIR_H
     17#define PAIR_H
    1718
    1819forall(otype R, otype S) struct pair {
     
    4344int ?>=?(pair(R, S) p, pair(R, S) q);
    4445
     46#endif // PAIR_H
     47
    4548// Local Variables: //
    4649// mode: c //
Note: See TracChangeset for help on using the changeset viewer.