$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] dynamic_bitset: request to add find_last() function
From: Hicham Mouline (hicham_at_[hidden])
Date: 2010-10-19 13:42:07
Hello
As there is a find_first() function, is there a way to get a find_last() which returns the index of the most significant bit that is on?
Regards,