forked from boostorg/regex
Cleaned up comments to make regex.h C compatible.
[SVN r25414]
This commit is contained in:
@ -165,10 +165,10 @@ typedef enum
|
||||
} // namespace
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
//
|
||||
// C++ high level wrapper goes here:
|
||||
//
|
||||
#if defined(__cplusplus)
|
||||
#include <string>
|
||||
#include <vector>
|
||||
namespace boost{
|
||||
@ -271,7 +271,7 @@ public:
|
||||
|
||||
#endif
|
||||
|
||||
#endif // include guard
|
||||
#endif /* include guard */
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user