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