Skip to content
Snippets Groups Projects
  1. Apr 02, 2022
  2. Feb 07, 2022
  3. Feb 02, 2022
  4. Sep 07, 2021
  5. Sep 06, 2021
  6. Sep 05, 2021
  7. Aug 13, 2021
  8. Aug 05, 2021
  9. Aug 04, 2021
  10. Aug 03, 2021
  11. Jul 30, 2021
  12. Jul 26, 2021
  13. Jul 23, 2021
  14. Jul 16, 2021
  15. Jun 15, 2021
  16. May 25, 2021
    • Guilhem Saurel's avatar
      break circular include (#237) · 9aa411a7
      Guilhem Saurel authored
      * include registration: add failing unit test
      
      * include registration: break circular include loop
      
      otherwise, when a user include directly this header without fwd.hpp, as
      in the include.cpp regression test:
      
      Dans le fichier inclus depuis ../include/eigenpy/fwd.hpp:35,
                       depuis ../include/eigenpy/registration.hpp:9,
                       depuis ../unittest/include.cpp:7:
      ../include/eigenpy/expose.hpp: Dans la fonction « void eigenpy::expose() »:
      ../include/eigenpy/expose.hpp:27:9: erreur: « register_symbolic_link_to_registered_type » n'a pas été déclaré dans cette portée
         27 |     if(!register_symbolic_link_to_registered_type<T>())
            |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../include/eigenpy/expose.hpp:27:52: erreur: expected primary-expression before « > » token
         27 |     if(!register_symbolic_link_to_registered_type<T>())
            |                                                    ^
      ../include/eigenpy/expose.hpp:27:50: attention: le non logique est toujours appliqué au membre de gauche de la comparaison [-Wlogical-not-parentheses]
         27 |     if(!register_symbolic_link_to_registered_type<T>())
            |                                                  ^
      ../include/eigenpy/expose.hpp:27:54: erreur: expected primary-expression before « ) » token
         27 |     if(!register_symbolic_link_to_registered_type<T>())
            |                                                      ^
      Unverified
      9aa411a7
  17. Apr 02, 2021
  18. Jan 19, 2021
  19. Dec 29, 2020
  20. Aug 24, 2020
  21. Aug 18, 2020
  22. Jun 08, 2020
  23. May 27, 2020
  24. May 23, 2020
  25. May 05, 2020
  26. Apr 03, 2020
  27. Mar 18, 2020
Loading