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