Stamped on more C++ style comments in C compatible code.

[SVN r25472]
This commit is contained in:
John Maddock
2004-09-29 10:22:04 +00:00
parent 50dccbe6e0
commit ad21d2cb2f
3 changed files with 18 additions and 18 deletions

View File

@ -21,10 +21,10 @@
#include <boost/cregex.hpp>
//
// add using declarations to bring POSIX API functions into
// global scope, only if this is C++ (and not C).
//
/*
* add using declarations to bring POSIX API functions into
* global scope, only if this is C++ (and not C).
*/
#ifdef __cplusplus
using boost::regoff_t;
@ -91,9 +91,9 @@ using boost::REG_E_MEMORY;
using boost::REG_E_UNKNOWN;
using boost::reg_errcode_t;
#endif // __cplusplus
#endif /* __cplusplus */
#endif // BOOST_RE_REGEX_H
#endif /* BOOST_RE_REGEX_H */