From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2003-04-23 03:19:46


> void func(CRetVal<int> x){x = 1977;};

Basically boost::ref could be used for the same purpose, isn't it? Just
different name

Gennadiy.