Changes in src/libcfa/containers/pair [6b0b624:eaa5043]
- File:
-
- 1 edited
-
src/libcfa/containers/pair (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/containers/pair
r6b0b624 reaa5043 9 9 // Author : Aaron Moss 10 10 // Created On : Wed Apr 12 15:32:00 2017 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jul 22 09:59:53201713 // Update Count : 211 // Last Modified By : Aaron Moss 12 // Last Modified On : Wed Apr 12 15:32:00 2017 13 // Update Count : 1 14 14 // 15 15 16 #pragma once 16 #ifndef PAIR_H 17 #define PAIR_H 17 18 18 19 forall(otype R, otype S) struct pair { … … 43 44 int ?>=?(pair(R, S) p, pair(R, S) q); 44 45 46 #endif // PAIR_H 47 45 48 // Local Variables: // 46 49 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.