include StringRef, rather than fwd decl, for splitString
This commit is contained in:
parent
daeb5a87e6
commit
08c8df1e3b
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
#ifndef TWOBLUECUBES_CATCH_STRING_MANIP_H_INCLUDED
|
||||
#define TWOBLUECUBES_CATCH_STRING_MANIP_H_INCLUDED
|
||||
|
||||
#include "catch_stringref.h"
|
||||
|
||||
#include <string>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
class StringRef;
|
||||
|
||||
bool startsWith( std::string const& s, std::string const& prefix );
|
||||
bool startsWith( std::string const& s, char prefix );
|
||||
bool endsWith( std::string const& s, std::string const& suffix );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue