Last change
on this file since 33 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
481 bytes
|
Line | |
---|
1 | /////////////////////////////////////////////////////////////////////////////// |
---|
2 | // multiple_defs1.cpp |
---|
3 | // |
---|
4 | // Copyright 2004 Eric Niebler. Distributed under the Boost |
---|
5 | // Software License, Version 1.0. (See accompanying file |
---|
6 | // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
---|
7 | |
---|
8 | #include <boost/xpressive/xpressive.hpp> |
---|
9 | extern int f(); |
---|
10 | int main() |
---|
11 | { |
---|
12 | using namespace boost::xpressive; |
---|
13 | sregex srx = +_; |
---|
14 | sregex drx = sregex::compile(".+"); |
---|
15 | return f(); |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.