minor fixes
This commit is contained in:
parent
17227b5d09
commit
7669a04b24
1 changed files with 1 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
//$Id: StringUtil.hh,v 1.7 2002/03/20 11:32:03 fluxgen Exp $
|
//$Id: StringUtil.hh,v 1.8 2002/04/12 15:06:07 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef STRINGUTIL_HH
|
#ifndef STRINGUTIL_HH
|
||||||
#define STRINGUTIL_HH
|
#define STRINGUTIL_HH
|
||||||
|
@ -40,10 +40,6 @@ int getStringBetween(std::string& out, const char *instr, const char first, cons
|
||||||
|
|
||||||
//--------- stringtok ----------------------------------
|
//--------- stringtok ----------------------------------
|
||||||
// Breaks a string into tokens
|
// Breaks a string into tokens
|
||||||
// Usage check:
|
|
||||||
// http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/howto.html#3
|
|
||||||
// Taken from an example at:
|
|
||||||
// http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/stringtok_std_h.txt
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
template <typename Container>
|
template <typename Container>
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue