mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
Remove unused npos variables
This commit is contained in:
@@ -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