This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

using a personal "double" type


Dear gcc developpers,

I would like to use my own "double" type, without having to modify a source code, for the purpose of automatic differentiation of code.

How would it be possible to tell g++ that each time it sees "double", it should use my (assumed)wonderfull class defined in a given file ?

Many thanks for any hint,

Frederic.


-- ****************************************************************** * ONERA DMSE / LCME * * 22, Avenue de la Division Leclerc * * BP 72 * * F-92322 Chatillon Cedex * * * * Frederic FEYEL, http://www.onera.fr * * Ingenieur de Recherches * * Tel : (00 33) (0)1 46 73 46 81 * * Fax : (00 33) (0)1 46 73 48 91 * ******************************************************************


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]