X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Falgo%2Fbackoff_strategy.h;h=01c1dbd194d0a0b9670b2fe2d6329b76ab3dd424;hb=2e8a58841ca3d7cc736cc9483b691cf70c3ecdb3;hp=a4f99072b14ef820e88bee3ad11e6644fcc3c556;hpb=16e2cded8b30a53c11736eb71837c112dc6e3c3f;p=libcds.git diff --git a/cds/algo/backoff_strategy.h b/cds/algo/backoff_strategy.h index a4f99072..01c1dbd1 100644 --- a/cds/algo/backoff_strategy.h +++ b/cds/algo/backoff_strategy.h @@ -342,7 +342,7 @@ namespace cds { \endcode */ - template + template class delay { public: @@ -400,7 +400,7 @@ namespace cds { The declaration cds::backoff::delay_of< 5 > bkoff is equal for cds::backoff::delay<> bkoff(5). */ - template + template class delay_of: public delay { //@cond