Commit Graph

9 Commits

Author SHA1 Message Date
Guillaume Damiand 4bacc7a25a Remove some useless include; set constructor of Dart and attribute protected; check for friend directives. 2016-11-29 11:43:35 +01:00
Guillaume Damiand 233840ffc5 Replace pointer by reference in all functions.
This allows to use non const reference in Foreach_static functor (why this is not possible with pointers ? there is some black magic under tuple and variadic template...).

Thanks to this possibility, remove static variables used to return value in two functors.
2016-11-29 11:43:33 +01:00
Guillaume Damiand c0e903a106 Update copyright headers 2016-11-29 11:43:25 +01:00
Guillaume Damiand 6cf55c7544 Update code after removal of global operations 2016-11-29 11:43:13 +01:00
Guillaume Damiand 8175041481 Update GMap and examples and tests to remove global function (following similar modif in CMap) 2016-11-29 11:43:12 +01:00
Guillaume Damiand 05f054c5e2 Rename internal functors to avoid conflicts with same functor for CMap. 2016-11-29 11:43:11 +01:00
Guillaume Damiand 84518582f4 Update generalized maps. 2016-11-29 11:43:07 +01:00
Guillaume Damiand 96e3ded2a5 Update generalized maps to follow the last modifications of combinatorial maps (nyf). 2016-11-29 11:43:07 +01:00
Guillaume Damiand 16f490251a Reintroduce package Generalized map 2016-11-18 08:35:36 +01:00