X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/aaf2ef477a8130dece4989e33ceb31706cb122de..acde6b9f1a36c21e89e587eade3a57d636cd8f86:/misc.h diff --git a/misc.h b/misc.h index 84f3ca1..50a4d5d 100644 --- a/misc.h +++ b/misc.h @@ -40,11 +40,6 @@ namespace misc { extern const char str_esse[]; extern const char str_nil[]; - template - struct address: public std::unary_function { - T* operator()(T& ref) { return &ref; } - }; - } #endif // !MISC_H