mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 13:27:29 +02:00
Remove unused npos variables
This commit is contained in:
@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
std::size_t const npos = boost::core::string_view::npos;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
boost::core::string_view sv1( "" );
|
boost::core::string_view sv1( "" );
|
||||||
boost::core::string_view sv2( "" );
|
boost::core::string_view sv2( "" );
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
std::size_t const npos = boost::core::string_view::npos;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
boost::core::string_view sv0( "" );
|
boost::core::string_view sv0( "" );
|
||||||
boost::core::string_view sv1( "12" );
|
boost::core::string_view sv1( "12" );
|
||||||
|
Reference in New Issue
Block a user