mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 14:45:36 +02:00
Restore PocoDoc
This commit is contained in:
@@ -272,11 +272,7 @@ protected:
|
|||||||
void parse(const std::string& file)
|
void parse(const std::string& file)
|
||||||
{
|
{
|
||||||
logger().information("Preprocessing " + file);
|
logger().information("Preprocessing " + file);
|
||||||
#ifndef POCO_ENABLE_CPP11
|
|
||||||
std::auto_ptr<Preprocessor> pPreProc(preprocess(file));
|
|
||||||
#else
|
|
||||||
std::unique_ptr<Preprocessor> pPreProc(preprocess(file));
|
std::unique_ptr<Preprocessor> pPreProc(preprocess(file));
|
||||||
#endif // POCO_ENABLE_CPP11
|
|
||||||
logger().information("Parsing " + file);
|
logger().information("Parsing " + file);
|
||||||
if (pPreProc->stream().good())
|
if (pPreProc->stream().good())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user