mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
fixed license reference text; added final slash to boost url; fixed typos reported in http://bugs.debian.org/378016
[SVN r34626]
This commit is contained in:
@ -3,14 +3,14 @@
|
|||||||
* Copyright (c) 1998-2004
|
* Copyright (c) 1998-2004
|
||||||
* John Maddock
|
* John Maddock
|
||||||
*
|
*
|
||||||
* Use, modification and distribution are subject to the
|
* Distributed under the Boost Software License, Version 1.0.
|
||||||
* Boost Software License, Version 1.0. (See accompanying file
|
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* LOCATION: see http://www.boost.org for most recent version.
|
* LOCATION: see http://www.boost.org/ for most recent version.
|
||||||
* FILE basic_regex.cpp
|
* FILE basic_regex.cpp
|
||||||
* VERSION see <boost/version.hpp>
|
* VERSION see <boost/version.hpp>
|
||||||
* DESCRIPTION: Declares template class basic_regex.
|
* DESCRIPTION: Declares template class basic_regex.
|
||||||
@ -343,7 +343,7 @@ public:
|
|||||||
//
|
//
|
||||||
// getflags:
|
// getflags:
|
||||||
// retained for backwards compatibility only, "flags"
|
// retained for backwards compatibility only, "flags"
|
||||||
// is now the prefered name:
|
// is now the preferred name:
|
||||||
flag_type BOOST_REGEX_CALL getflags()const
|
flag_type BOOST_REGEX_CALL getflags()const
|
||||||
{
|
{
|
||||||
return flags();
|
return flags();
|
||||||
|
Reference in New Issue
Block a user