<86>Apr 20 06:08:15 userdel[697006]: delete user 'rooter' <86>Apr 20 06:08:15 userdel[697006]: removed group 'rooter' owned by 'rooter' <86>Apr 20 06:08:15 userdel[697006]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 20 06:08:15 groupadd[697050]: group added to /etc/group: name=rooter, GID=1820 <86>Apr 20 06:08:15 groupadd[697050]: group added to /etc/gshadow: name=rooter <86>Apr 20 06:08:15 groupadd[697050]: new group: name=rooter, GID=1820 <86>Apr 20 06:08:15 useradd[697090]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Apr 20 06:08:15 userdel[697167]: delete user 'builder' <86>Apr 20 06:08:15 userdel[697167]: removed group 'builder' owned by 'builder' <86>Apr 20 06:08:15 userdel[697167]: removed shadow group 'builder' owned by 'builder' <86>Apr 20 06:08:15 groupadd[697240]: group added to /etc/group: name=builder, GID=1821 <86>Apr 20 06:08:15 groupadd[697240]: group added to /etc/gshadow: name=builder <86>Apr 20 06:08:15 groupadd[697240]: new group: name=builder, GID=1821 <86>Apr 20 06:08:15 useradd[697290]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none <13>Apr 20 06:08:24 rpmi: libxerces-c-3.2.5-alt1 sisyphus+337156.100.1.1 1703464502 installed <13>Apr 20 06:08:24 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Apr 20 06:08:24 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 20 06:08:25 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 20 06:08:25 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687268227 installed <13>Apr 20 06:08:25 rpmi: libxerces-c-devel-3.2.5-alt1 sisyphus+337156.100.1.1 1703464502 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/blahtexml-0.9-alt2.nosrc.rpm (w1.gzdio) Installing blahtexml-0.9-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.75521 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf blahtexml-0.9 + echo 'Source #0 (blahtexml-0.9-src.tar):' Source #0 (blahtexml-0.9-src.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/blahtexml-0.9-src.tar + cd blahtexml-0.9 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (blahtexml-0.9-alt-unistd.patch):' Patch #0 (blahtexml-0.9-alt-unistd.patch): + /usr/bin/patch -p2 patching file Source/main.cpp patching file Source/mainPng.cpp + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.75521 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd blahtexml-0.9 + make -j16 blahtexml-linux make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' mkdir -p bin-blahtexml make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' cc -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/md5.c -o bin-blahtexml/md5.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/UnicodeConverter.cpp -o bin-blahtexml/UnicodeConverter.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/md5Wrapper.cpp -o bin-blahtexml/md5Wrapper.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/Interface.cpp -o bin-blahtexml/Interface.o In file included from Source/BlahtexCore/Manager.h:27, from Source/BlahtexCore/Interface.h:25, from Source/BlahtexCore/Interface.cpp:20: Source/BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexCore/Interface.h:23: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from Source/BlahtexCore/Manager.h:28: Source/BlahtexCore/ParseTree.h:175:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 175 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:225:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 225 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:248:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 248 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:252:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 252 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:258:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 258 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:293:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 293 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:327:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 327 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:351:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 351 | std::auto_ptr mChild1, mChild2; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:358:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 358 | std::auto_ptr child1, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:359:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 359 | std::auto_ptr child2, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:368:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 368 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:402:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 402 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:424:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 424 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:426:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 426 | MathGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:430:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 430 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:456:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 456 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:478:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 478 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:480:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 480 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:508:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:512:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:518:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 518 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:542:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 542 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:545:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 545 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:554:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 554 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:580:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 580 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:606:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 606 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:639:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 639 | std::auto_ptr mTable; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:643:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 643 | std::auto_ptr table, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:651:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:678:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 678 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:682:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 682 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:688:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 688 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:713:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 713 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:734:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 734 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:736:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 736 | TextGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:740:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 740 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:769:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 769 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:803:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 803 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:837:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 837 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:861:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 861 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:865:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:871:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 871 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:63:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr GenerateMathml( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:91:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr mParseTree; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:92:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 92 | std::auto_ptr mLayoutTree; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Interface.h:53:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 53 | std::auto_ptr mManager; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Interface.cpp: In member function 'std::wstring blahtex::Interface::GetMathml()': Source/BlahtexCore/Interface.cpp:37:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 37 | auto_ptr root = mManager->GenerateMathml(mMathmlOptions); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Interface.cpp: In member function 'void blahtex::Interface::PrintAsSAX2(xercesc_3_2::ContentHandler&, const std::wstring&, bool) const': Source/BlahtexCore/Interface.cpp:56:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 56 | auto_ptr root = mManager->GenerateMathml(mMathmlOptions); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/Messages.cpp -o bin-blahtexml/Messages.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/InputSymbolTranslation.cpp -o bin-blahtexml/InputSymbolTranslation.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/MathmlNode.cpp -o bin-blahtexml/MathmlNode.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/MacroProcessor.cpp -o bin-blahtexml/MacroProcessor.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexXMLin/XercesString.cpp -o bin-blahtexml/XercesString.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/mainPng.cpp -o bin-blahtexml/mainPng.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexXMLin/AttributesImpl.cpp -o bin-blahtexml/AttributesImpl.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexXMLin/SAX2Output.cpp -o bin-blahtexml/SAX2Output.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/Manager.cpp -o bin-blahtexml/Manager.o In file included from Source/BlahtexCore/Manager.h:27, from Source/BlahtexCore/Manager.cpp:21: Source/BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexCore/Manager.h:23: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from Source/BlahtexCore/Manager.h:28: Source/BlahtexCore/ParseTree.h:175:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 175 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:225:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 225 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:248:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 248 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:252:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 252 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:258:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 258 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:293:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 293 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:327:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 327 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:351:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 351 | std::auto_ptr mChild1, mChild2; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:358:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 358 | std::auto_ptr child1, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:359:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 359 | std::auto_ptr child2, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:368:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 368 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:402:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 402 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:424:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 424 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:426:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 426 | MathGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:430:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 430 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:456:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 456 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:478:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 478 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:480:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 480 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:508:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:512:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:518:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 518 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:542:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 542 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:545:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 545 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:554:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 554 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:580:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 580 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:606:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 606 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:639:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 639 | std::auto_ptr mTable; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:643:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 643 | std::auto_ptr table, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:651:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:678:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 678 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:682:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 682 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:688:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 688 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:713:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 713 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:734:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 734 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:736:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 736 | TextGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:740:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 740 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:769:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 769 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:803:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 803 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:837:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 837 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:861:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 861 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:865:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:871:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 871 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:63:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr GenerateMathml( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:91:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr mParseTree; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:92:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 92 | std::auto_ptr mLayoutTree; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from Source/BlahtexCore/Manager.cpp:22: Source/BlahtexCore/Parser.h:36:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 36 | std::auto_ptr DoParse( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:92:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 92 | std::auto_ptr mTokenSource; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:96:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 96 | std::auto_ptr ParseMathList(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:100:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 100 | std::auto_ptr ParseMathField(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:105:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 105 | std::auto_ptr ParseMathTable(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:117:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 117 | std::auto_ptr ParseTextList(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:121:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 121 | std::auto_ptr ParseTextField(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.cpp:428:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 428 | auto_ptr Manager::GenerateMathml( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.cpp: In member function 'std::auto_ptr blahtex::Manager::GenerateMathml(const blahtex::MathmlOptions&) const': Source/BlahtexCore/Manager.cpp:449:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 449 | auto_ptr root = mLayoutTree->BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/main.cpp -o bin-blahtexml/main.o In file included from Source/BlahtexCore/Manager.h:27, from Source/BlahtexCore/Interface.h:25, from Source/main.cpp:19: Source/BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexCore/Interface.h:23: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from Source/BlahtexCore/Manager.h:28: Source/BlahtexCore/ParseTree.h:175:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 175 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:225:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 225 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:248:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 248 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:252:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 252 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:258:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 258 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:293:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 293 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:327:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 327 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:351:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 351 | std::auto_ptr mChild1, mChild2; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:358:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 358 | std::auto_ptr child1, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:359:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 359 | std::auto_ptr child2, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:368:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 368 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:402:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 402 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:424:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 424 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:426:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 426 | MathGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:430:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 430 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:456:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 456 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:478:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 478 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:480:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 480 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:508:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:512:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:518:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 518 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:542:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 542 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:545:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 545 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:554:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 554 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:580:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 580 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:606:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 606 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:639:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 639 | std::auto_ptr mTable; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:643:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 643 | std::auto_ptr table, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:651:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:678:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 678 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:682:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 682 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:688:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 688 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:713:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 713 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:734:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 734 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:736:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 736 | TextGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:740:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 740 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:769:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 769 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:803:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 803 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:837:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 837 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:861:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 861 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:865:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:871:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 871 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:63:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr GenerateMathml( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:91:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr mParseTree; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Manager.h:92:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 92 | std::auto_ptr mLayoutTree; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Interface.h:53:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 53 | std::auto_ptr mManager; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexXMLin/BlahtexFilter.cpp -o bin-blahtexml/BlahtexFilter.o In file included from Source/BlahtexXMLin/../BlahtexCore/Manager.h:27, from Source/BlahtexXMLin/../BlahtexCore/Interface.h:25, from Source/BlahtexXMLin/BlahtexFilter.h:22, from Source/BlahtexXMLin/BlahtexFilter.cpp:19: Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexXMLin/../BlahtexCore/Interface.h:23: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from Source/BlahtexXMLin/../BlahtexCore/Manager.h:28: Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:175:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 175 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:225:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 225 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:248:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 248 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:252:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 252 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:258:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 258 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:293:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 293 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:327:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 327 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:351:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 351 | std::auto_ptr mChild1, mChild2; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:358:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 358 | std::auto_ptr child1, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:359:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 359 | std::auto_ptr child2, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:368:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 368 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:402:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 402 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:424:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 424 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:426:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 426 | MathGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:430:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 430 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:456:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 456 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:478:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 478 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:480:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 480 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:508:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:512:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:518:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 518 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:542:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 542 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:545:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 545 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:554:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 554 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:580:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 580 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:606:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 606 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:639:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 639 | std::auto_ptr mTable; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:643:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 643 | std::auto_ptr table, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:651:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:678:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 678 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:682:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 682 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:688:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 688 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:713:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 713 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:734:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 734 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:736:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 736 | TextGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:740:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 740 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:769:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 769 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:803:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 803 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:837:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 837 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:861:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 861 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:865:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/ParseTree.h:871:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 871 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/Manager.h:63:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr GenerateMathml( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/Manager.h:91:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | std::auto_ptr mParseTree; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/Manager.h:92:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 92 | std::auto_ptr mLayoutTree; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexXMLin/../BlahtexCore/Interface.h:53:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 53 | std::auto_ptr mManager; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/ParseTree3.cpp -o bin-blahtexml/ParseTree3.o In file included from Source/BlahtexCore/ParseTree.h:25, from Source/BlahtexCore/ParseTree3.cpp:22: Source/BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexCore/ParseTree.h:24: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:175:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 175 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:225:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 225 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:248:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 248 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:252:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 252 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:258:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 258 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:293:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 293 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:327:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 327 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:351:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 351 | std::auto_ptr mChild1, mChild2; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:358:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 358 | std::auto_ptr child1, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:359:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 359 | std::auto_ptr child2, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:368:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 368 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:402:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 402 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:424:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 424 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:426:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 426 | MathGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:430:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 430 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:456:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 456 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:478:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 478 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:480:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 480 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:508:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:512:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:518:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 518 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:542:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 542 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:545:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 545 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:554:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 554 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:580:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 580 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:606:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 606 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:639:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 639 | std::auto_ptr mTable; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:643:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 643 | std::auto_ptr table, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:651:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:678:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 678 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:682:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 682 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:688:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 688 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:713:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 713 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:734:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 734 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:736:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 736 | TextGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:740:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 740 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:769:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 769 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:803:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 803 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:837:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 837 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:861:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 861 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:865:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:871:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 871 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/LayoutTree.cpp -o bin-blahtexml/LayoutTree.o In file included from Source/BlahtexCore/LayoutTree.cpp:26: Source/BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexCore/LayoutTree.h:21: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:156:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 156 | auto_ptr AdjustMathmlEnvironment( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:157:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 157 | auto_ptr node, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In function 'std::auto_ptr blahtex::LayoutTree::AdjustMathmlEnvironment(std::auto_ptr, blahtex::MathmlEnvironment, blahtex::MathmlEnvironment)': Source/BlahtexCore/LayoutTree.cpp:172:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 172 | auto_ptr newNode(new MathmlNode(MathmlNode::cTypeMstyle)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:243:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 243 | auto_ptr Row::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Row::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:255:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 255 | auto_ptr outputNode(new MathmlNode(MathmlNode::cTypeMrow)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:394:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | auto_ptr spaceNode( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:443:13: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 443 | auto_ptr enclosedNode; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:528:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 528 | auto_ptr SymbolIdentifier::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::SymbolIdentifier::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:534:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 534 | auto_ptr node(new MathmlNode(MathmlNode::cTypeMi, mText)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:644:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 644 | auto_ptr SymbolOperator::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::SymbolOperator::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:698:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 698 | auto_ptr node(new MathmlNode(MathmlNode::cTypeMpadded)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:699:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 699 | auto_ptr space(new MathmlNode(MathmlNode::cTypeMspace)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:721:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 721 | auto_ptr node(new MathmlNode(MathmlNode::cTypeMo, mText)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:749:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 749 | auto_ptr SymbolNumber::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::SymbolNumber::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:758:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 758 | auto_ptr node(new MathmlNode(MathmlNode::cTypeMn, mText)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:767:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 767 | auto_ptr SymbolText::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::SymbolText::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:773:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 773 | auto_ptr node( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:784:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 784 | auto_ptr Sqrt::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Sqrt::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:792:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 792 | auto_ptr child = | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:797:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 797 | auto_ptr node; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:819:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 819 | auto_ptr Root::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Root::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:825:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 825 | auto_ptr node(new MathmlNode(MathmlNode::cTypeMroot)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:852:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 852 | auto_ptr Scripts::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Scripts::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:865:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | auto_ptr base; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:893:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 893 | auto_ptr scriptsNode(new MathmlNode(type)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:957:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 957 | auto_ptr Fraction::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Fraction::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:971:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 971 | auto_ptr node(new MathmlNode(MathmlNode::cTypeMfrac)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:995:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 995 | auto_ptr Space::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Space::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:1008:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1008 | auto_ptr node(new MathmlNode(MathmlNode::cTypeMspace)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:1019:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1019 | auto_ptr Fenced::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Fenced::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:1025:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1025 | auto_ptr inside = mChild->BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:1038:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1038 | auto_ptr temp(new MathmlNode(MathmlNode::cTypeMrow)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:1047:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1047 | auto_ptr output(new MathmlNode(MathmlNode::cTypeMrow)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:1052:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1052 | auto_ptr node( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:1064:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1064 | auto_ptr node( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: At global scope: Source/BlahtexCore/LayoutTree.cpp:1078:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1078 | auto_ptr Table::BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Table::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': Source/BlahtexCore/LayoutTree.cpp:1084:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1084 | auto_ptr node(new MathmlNode(MathmlNode::cTypeMtable)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:1129:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1129 | auto_ptr outRow(new MathmlNode(MathmlNode::cTypeMtr)); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:1138:13: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1138 | auto_ptr outEntry( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.cpp:1143:13: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1143 | auto_ptr child = | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/Parser.cpp -o bin-blahtexml/Parser.o In file included from Source/BlahtexCore/ParseTree.h:25, from Source/BlahtexCore/Parser.h:22, from Source/BlahtexCore/Parser.cpp:21: Source/BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexCore/ParseTree.h:24: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:175:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 175 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:225:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 225 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:248:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 248 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:252:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 252 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:258:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 258 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:293:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 293 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:327:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 327 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:351:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 351 | std::auto_ptr mChild1, mChild2; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:358:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 358 | std::auto_ptr child1, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:359:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 359 | std::auto_ptr child2, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:368:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 368 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:402:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 402 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:424:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 424 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:426:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 426 | MathGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:430:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 430 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:456:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 456 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:478:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 478 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:480:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 480 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:508:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:512:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:518:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 518 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:542:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 542 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:545:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 545 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:554:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 554 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:580:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 580 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:606:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 606 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:639:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 639 | std::auto_ptr mTable; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:643:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 643 | std::auto_ptr table, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:651:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:678:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 678 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:682:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 682 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:688:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 688 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:713:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 713 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:734:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 734 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:736:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 736 | TextGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:740:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 740 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:769:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 769 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:803:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 803 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:837:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 837 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:861:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 861 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:865:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:871:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 871 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:36:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 36 | std::auto_ptr DoParse( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:92:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 92 | std::auto_ptr mTokenSource; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:96:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 96 | std::auto_ptr ParseMathList(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:100:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 100 | std::auto_ptr ParseMathField(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:105:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 105 | std::auto_ptr ParseMathTable(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:117:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 117 | std::auto_ptr ParseTextList(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.h:121:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 121 | std::auto_ptr ParseTextField(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:943:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 943 | auto_ptr Parser::DoParse(const vector& input) | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::DoParse(const std::vector >&)': Source/BlahtexCore/Parser.cpp:948:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 948 | auto_ptr output = ParseMathList(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: At global scope: Source/BlahtexCore/Parser.cpp:964:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 964 | auto_ptr Parser::ParseMathField() | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::ParseMathField()': Source/BlahtexCore/Parser.cpp:972:20: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 972 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:979:13: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 979 | auto_ptr field = ParseMathList(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: At global scope: Source/BlahtexCore/Parser.cpp:995:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 995 | auto_ptr Parser::ParseMathTable() | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::ParseMathTable()': Source/BlahtexCore/Parser.cpp:997:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 997 | auto_ptr table(new ParseTree::MathTable); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:999:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 999 | auto_ptr row(new ParseTree::MathTableRow); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1003:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1003 | auto_ptr entry = ParseMathList(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: At global scope: Source/BlahtexCore/Parser.cpp:1122:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1122 | auto_ptr Parser::ParseMathList() | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::ParseMathList()': Source/BlahtexCore/Parser.cpp:1124:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1124 | auto_ptr output(new ParseTree::MathList); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1129:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1129 | auto_ptr infixNumerator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1148:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1148 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1151:41: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1151 | static_cast > | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1153:41: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1153 | static_cast > | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1168:25: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1168 | auto_ptr temp( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1175:44: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1175 | return static_cast > | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1226:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1226 | auto_ptr table = ParseMathTable(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1269:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1269 | auto_ptr table = ParseMathTable(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1321:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1321 | auto_ptr child = ParseMathList(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1387:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1387 | auto_ptr superscript( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1414:37: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1414 | static_cast > | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1443:25: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1443 | auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1479:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1479 | auto_ptr child1 = ParseMathField(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1480:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1480 | auto_ptr child2 = ParseMathField(); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: At global scope: Source/BlahtexCore/Parser.cpp:1518:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1518 | auto_ptr Parser::ParseTextField() | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::ParseTextField()': Source/BlahtexCore/Parser.cpp:1526:20: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1526 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1532:13: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1532 | auto_ptr field( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: At global scope: Source/BlahtexCore/Parser.cpp:1548:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1548 | auto_ptr Parser::ParseTextList() | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::ParseTextList()': Source/BlahtexCore/Parser.cpp:1550:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1550 | auto_ptr output(new ParseTree::TextList); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1565:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1565 | return auto_ptr(temp); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/Parser.cpp:1568:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1568 | return static_cast >( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/ParseTree1.cpp -o bin-blahtexml/ParseTree1.o In file included from Source/BlahtexCore/ParseTree.h:25, from Source/BlahtexCore/ParseTree1.cpp:19: Source/BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexCore/ParseTree.h:24: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:175:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 175 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:225:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 225 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:248:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 248 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:252:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 252 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:258:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 258 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:293:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 293 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:327:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 327 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:351:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 351 | std::auto_ptr mChild1, mChild2; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:358:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 358 | std::auto_ptr child1, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:359:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 359 | std::auto_ptr child2, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:368:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 368 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:402:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 402 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:424:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 424 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:426:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 426 | MathGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:430:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 430 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:456:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 456 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:478:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 478 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:480:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 480 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:508:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:512:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:518:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 518 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:542:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 542 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:545:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 545 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:554:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 554 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:580:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 580 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:606:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 606 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:639:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 639 | std::auto_ptr mTable; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:643:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 643 | std::auto_ptr table, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:651:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:678:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 678 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:682:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 682 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:688:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 688 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:713:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 713 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:734:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 734 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:736:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 736 | TextGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:740:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 740 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:769:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 769 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:803:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 803 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:837:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 837 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:861:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 861 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:865:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:871:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 871 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:77:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 77 | auto_ptr MathList::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathList::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:81:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 81 | auto_ptr output( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:264:25: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 264 | return static_cast< auto_ptr >(output); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:283:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 283 | auto_ptr MathCommand1Arg::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathCommand1Arg::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:288:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 288 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:297:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 297 | auto_ptr brace( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:317:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 317 | auto_ptr empty; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:319:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 319 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:335:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 335 | auto_ptr row( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:388:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 388 | return static_cast >(row); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:405:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 405 | auto_ptr node | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:437:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | auto_ptr node | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:512:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | auto_ptr base | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:514:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 514 | auto_ptr lower, upper; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:516:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 516 | auto_ptr accent( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:539:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 539 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:559:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 559 | auto_ptr MathStateChange::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathStateChange::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:566:12: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 566 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:571:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 571 | auto_ptr MathColour::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathColour::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:576:12: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 576 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:581:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 581 | auto_ptr TextStateChange::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::TextStateChange::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:586:12: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 586 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:591:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 591 | auto_ptr TextColour::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::TextColour::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:596:12: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 596 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:602:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 602 | auto_ptr MathCommand2Args::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathCommand2Args::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:648:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 648 | auto_ptr inside( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:659:20: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 659 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:675:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 675 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:689:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 689 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:717:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 717 | auto_ptr upper, lower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:723:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 723 | auto_ptr base = | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:726:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 726 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:746:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 746 | auto_ptr MathScripts::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathScripts::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:750:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 750 | auto_ptr base, upper, lower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:797:12: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 797 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:812:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 812 | auto_ptr MathLimits::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathLimits::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:816:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 816 | auto_ptr node = | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:836:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 836 | auto_ptr MathGroup::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathGroup::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:842:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 842 | auto_ptr node | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:849:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 849 | auto_ptr MathDelimited::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathDelimited::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:853:12: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 853 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:881:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 881 | auto_ptr MathBig::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathBig::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:922:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 922 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:941:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 941 | auto_ptr MathTableRow::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:953:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 953 | auto_ptr MathTable::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathTable::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:957:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 957 | auto_ptr table( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:982:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 982 | return static_cast >(table); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:1001:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1001 | auto_ptr MathEnvironment::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathEnvironment::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:1057:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1057 | auto_ptr table = mTable->BuildLayoutTree(newState); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:1078:12: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1078 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:1090:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1090 | auto_ptr EnterTextMode::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:1133:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1133 | auto_ptr TextList::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::TextList::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:1137:5: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1137 | auto_ptr node( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:1157:13: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1157 | auto_ptr | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:1173:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1173 | return static_cast >(node); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:1177:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1177 | auto_ptr TextSymbol::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::TextSymbol::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree1.cpp:1221:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1221 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:1230:12: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1230 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp: At global scope: Source/BlahtexCore/ParseTree1.cpp:1241:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1241 | auto_ptr TextGroup::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree1.cpp:1249:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1249 | auto_ptr TextCommand1Arg::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/XmlEncode.cpp -o bin-blahtexml/XmlEncode.o make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -I. -ISource -ISource/BlahtexCore -ISource/BlahtexXMLin -O2 -DBLAHTEXML_USING_XERCES -c Source/BlahtexCore/ParseTree2.cpp -o bin-blahtexml/ParseTree2.o In file included from Source/BlahtexCore/ParseTree.h:25, from Source/BlahtexCore/ParseTree2.cpp:19: Source/BlahtexCore/LayoutTree.h:136:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 136 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ In file included from /usr/include/c++/13/memory:78, from Source/BlahtexCore/ParseTree.h:24: /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:170:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 170 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:206:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 206 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:233:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 233 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:260:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 260 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:290:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 290 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:340:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 340 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:376:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 376 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:394:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 394 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:408:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 408 | std::auto_ptr base, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:409:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 409 | std::auto_ptr upper, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:410:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 410 | std::auto_ptr lower | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:421:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 421 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:437:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 437 | std::auto_ptr mNumerator, mDenominator; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:447:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 447 | std::auto_ptr numerator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:448:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 448 | std::auto_ptr denominator, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:459:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 459 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:484:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 484 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:491:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 491 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:501:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 501 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:519:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 519 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:522:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 522 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:531:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 531 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:549:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 549 | std::auto_ptr mInside, mOutside; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:552:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 552 | std::auto_ptr inside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:553:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 553 | std::auto_ptr outside, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:563:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 563 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/LayoutTree.h:619:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 619 | virtual std::auto_ptr BuildMathmlTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:175:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 175 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:225:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 225 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:248:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 248 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:252:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 252 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:258:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 258 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:293:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 293 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:327:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 327 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:351:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 351 | std::auto_ptr mChild1, mChild2; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:358:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 358 | std::auto_ptr child1, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:359:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 359 | std::auto_ptr child2, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:368:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 368 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:402:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 402 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:424:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 424 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:426:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 426 | MathGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:430:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 430 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:456:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 456 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:478:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 478 | std::auto_ptr mBase, mUpper, mLower; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:480:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 480 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:508:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:512:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 512 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:518:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 518 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:542:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 542 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:545:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 545 | std::auto_ptr child, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:554:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 554 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:580:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 580 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:606:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 606 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:639:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 639 | std::auto_ptr mTable; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:643:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 643 | std::auto_ptr table, | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:651:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:678:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 678 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:682:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 682 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:688:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 688 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:713:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 713 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:734:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 734 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:736:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 736 | TextGroup(std::auto_ptr child) : | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:740:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 740 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:769:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 769 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:803:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 803 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:837:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 837 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:861:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 861 | std::auto_ptr mChild; | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:865:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 865 | std::auto_ptr child | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree.h:871:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 871 | virtual std::auto_ptr BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:651:1: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 651 | auto_ptr MathSymbol::BuildLayoutTree( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathSymbol::BuildLayoutTree(const blahtex::TexProcessingState&) const': Source/BlahtexCore/ParseTree2.cpp:703:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 703 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:714:24: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 714 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:739:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 739 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:778:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 778 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:795:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 795 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:808:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 808 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:835:16: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 835 | return auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:855:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 855 | auto_ptr row( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:875:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 875 | return static_cast >(row); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:880:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 880 | auto_ptr row( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:905:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 905 | return static_cast >(row); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:913:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 913 | auto_ptr row( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:932:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 932 | return static_cast >(row); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:937:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 937 | auto_ptr row( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:957:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 957 | return static_cast >(row); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:962:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 962 | auto_ptr row( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:981:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 981 | return static_cast >(row); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:991:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 991 | auto_ptr base( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:1005:9: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1005 | auto_ptr node( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:1013:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1013 | auto_ptr(), | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:1014:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1014 | auto_ptr() | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:1019:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1019 | node->mLower = auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:1034:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1034 | node->mLower = auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:1049:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1049 | node->mLower = auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:1064:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1064 | node->mUpper = auto_ptr( | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ Source/BlahtexCore/ParseTree2.cpp:1078:28: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 1078 | return static_cast >(node); | ^~~~~~~~ /usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' make: Entering directory '/usr/src/RPM/BUILD/blahtexml-0.9' g++ -O2 -o blahtexml bin-blahtexml/main.o bin-blahtexml/mainPng.o bin-blahtexml/md5.o bin-blahtexml/md5Wrapper.o bin-blahtexml/Messages.o bin-blahtexml/UnicodeConverter.o bin-blahtexml/InputSymbolTranslation.o bin-blahtexml/Interface.o bin-blahtexml/LayoutTree.o bin-blahtexml/MacroProcessor.o bin-blahtexml/Manager.o bin-blahtexml/Parser.o bin-blahtexml/ParseTree1.o bin-blahtexml/ParseTree2.o bin-blahtexml/ParseTree3.o bin-blahtexml/MathmlNode.o bin-blahtexml/XmlEncode.o bin-blahtexml/AttributesImpl.o bin-blahtexml/BlahtexFilter.o bin-blahtexml/SAX2Output.o bin-blahtexml/XercesString.o -lxerces-c make: Leaving directory '/usr/src/RPM/BUILD/blahtexml-0.9' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.14078 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/blahtexml-buildroot + : + /bin/rm -rf -- /usr/src/tmp/blahtexml-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd blahtexml-0.9 + install -p -D -m0755 blahtexml /usr/src/tmp/blahtexml-buildroot/usr/bin/blahtexml + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/blahtexml-buildroot (auto) Verifying and fixing files in /usr/src/tmp/blahtexml-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/blahtexml-buildroot/ (default) Compressing files in /usr/src/tmp/blahtexml-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/blahtexml-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/blahtexml: uses non-LFS functions: stat Splitting links to aliased files under /{,s}bin in /usr/src/tmp/blahtexml-buildroot Processing files: blahtexml-0.9-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.14078 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd blahtexml-0.9 + DOCDIR=/usr/src/tmp/blahtexml-buildroot/usr/share/doc/blahtexml-0.9 + export DOCDIR + rm -rf /usr/src/tmp/blahtexml-buildroot/usr/share/doc/blahtexml-0.9 + /bin/mkdir -p /usr/src/tmp/blahtexml-buildroot/usr/share/doc/blahtexml-0.9 + cp -prL README Documentation/example1.xml Documentation/example2.xml Documentation/example3.xml Documentation/example4.xml /usr/src/tmp/blahtexml-buildroot/usr/share/doc/blahtexml-0.9 + chmod -R go-w /usr/src/tmp/blahtexml-buildroot/usr/share/doc/blahtexml-0.9 + chmod -R a+rX /usr/src/tmp/blahtexml-buildroot/usr/share/doc/blahtexml-0.9 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XutC30 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N4tTr8 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.15), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.26), libstdc++.so.6(GLIBCXX_3.4.29), libstdc++.so.6(GLIBCXX_3.4.32), libstdc++.so.6(GLIBCXX_3.4.9), libxerces-c-3.2.so >= set:qjgIsHx1Z3UpHESzp29bZC6lVk2afRxi9WR4DbSxfsC4YMxKG7d64k9xZqx0b2J3Z3u3ySfgjlGDmeue4fXbGzDq6imFrOCmTS4TUkET0qgCFk9DUDvwebNxLDHaMpmBXggAug2HYfJDn4fACKrZiILsbxgqsshZs2e0USPnqqqrkPs5y4lEkD55xOu8KJYJ6EgSQmAFsQyaAPCSU3309D3BSp3polTBt5LrkhbRMmAiNZfreUdhqs6g6VzKK3563VFMVDWDo98TL6LAh7gBq0HuzaS5v91CIkzlztIS0CQhYSCRjMCXvRXWc0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x4Zpck Creating blahtexml-debuginfo package Processing files: blahtexml-debuginfo-0.9-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zDKkyE find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.seIlnA find-requires: running scripts (debuginfo) Requires: blahtexml = 0.9-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6), debug(libxerces-c-3.2.so) Adding to blahtexml-debuginfo a strict dependency on blahtexml Wrote: /usr/src/RPM/RPMS/i586/blahtexml-0.9-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/blahtexml-debuginfo-0.9-alt2.i586.rpm (w2.lzdio) 32.41user 4.90system 0:11.59elapsed 321%CPU (0avgtext+0avgdata 176700maxresident)k 0inputs+0outputs (0major+795705minor)pagefaults 0swaps 3.37user 2.60system 0:28.29elapsed 21%CPU (0avgtext+0avgdata 127552maxresident)k 2656inputs+0outputs (0major+204902minor)pagefaults 0swaps --- blahtexml-0.9-alt2.i586.rpm.repo 2019-02-26 10:02:53.000000000 +0000 +++ blahtexml-0.9-alt2.i586.rpm.hasher 2024-04-20 06:08:40.009178510 +0000 @@ -11,2 +11,5 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -21,4 +24,7 @@ Requires: libstdc++.so.6(GLIBCXX_3.4.21) +Requires: libstdc++.so.6(GLIBCXX_3.4.26) +Requires: libstdc++.so.6(GLIBCXX_3.4.29) +Requires: libstdc++.so.6(GLIBCXX_3.4.32) Requires: libstdc++.so.6(GLIBCXX_3.4.9) -Requires: libxerces-c-3.2.so >= set:rkQXnBpORzp4imclrHUVQeYFPAwO8S632liEvd48LMdkUkDwHWU9a4egtsINIVaMVzfGn1jKAPrZiovV27TiUmFgJG6j61vo0AsekqDfAxntnWePRZkgpU9O8vQRtEMoMquxM098SfObNS0CQhYZmmLZtEVWc43Y3bJfRFOlPIRxi9WRUC45ZqbUgZETwUCeptQZs3cOatrSQqXreZ60VALcNfX1Wo9eMihSxwgiDovt9jBYdeKhZs4s0USPLQQUjZ1hyaaRpj1pKJYrdg2pjZpCj5O9kLSvzaSidU3hJdc3CanyAR2OZ6duxmL1HuzlIb4ZJOoR0tjV +Requires: libxerces-c-3.2.so >= set:qjgIsHx1Z3UpHESzp29bZC6lVk2afRxi9WR4DbSxfsC4YMxKG7d64k9xZqx0b2J3Z3u3ySfgjlGDmeue4fXbGzDq6imFrOCmTS4TUkET0qgCFk9DUDvwebNxLDHaMpmBXggAug2HYfJDn4fACKrZiILsbxgqsshZs2e0USPnqqqrkPs5y4lEkD55xOu8KJYJ6EgSQmAFsQyaAPCSU3309D3BSp3polTBt5LrkhbRMmAiNZfreUdhqs6g6VzKK3563VFMVDWDo98TL6LAh7gBq0HuzaS5v91CIkzlztIS0CQhYSCRjMCXvRXWc0 Requires: rpmlib(SetVersions) @@ -27,3 +33,3 @@ Provides: blahtexml = 0.9-alt2:sisyphus+223063.100.1.1 -File: /usr/bin/blahtexml 100755 root:root daf5a9e8a30515ea7ee1a08abd118a4f +File: /usr/bin/blahtexml 100755 root:root dba3c092ee1c80802913fd04d115aee4 File: /usr/share/doc/blahtexml-0.9 40755 root:root @@ -34,2 +40,2 @@ File: /usr/share/doc/blahtexml-0.9/example4.xml 100644 root:root 0352cd12ba274f58992d27195b08a03f -RPMIdentity: 1fec31580f8698903a50f91f95474b7d83f6449cefe4142db368c3ebc40197ec980c70cd5942cd620e7734691d55375d1169a3b81910fd22861358d71d731a5c +RPMIdentity: fcffbcdb557b84b954fc80fd466594efd4d582710fc2c2494a9a03b7e4cce03fcb946566fe2abb847a2388121c323c083db3a548e8ff0eb513050170f32abf80 --- blahtexml-debuginfo-0.9-alt2.i586.rpm.repo 2019-02-26 10:02:53.000000000 +0000 +++ blahtexml-debuginfo-0.9-alt2.i586.rpm.hasher 2024-04-20 06:08:40.094179637 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/83 40755 root:root -/usr/lib/debug/.build-id/83/ae55c829be6e8a0cb244654d8252790ecf37e4 120777 root:root ../../../../bin/blahtexml -/usr/lib/debug/.build-id/83/ae55c829be6e8a0cb244654d8252790ecf37e4.debug 120777 root:root ../../usr/bin/blahtexml.debug +/usr/lib/debug/.build-id/d2 40755 root:root +/usr/lib/debug/.build-id/d2/eece789dabff21c6490feeb70aca380ce60bda 120777 root:root ../../../../bin/blahtexml +/usr/lib/debug/.build-id/d2/eece789dabff21c6490feeb70aca380ce60bda.debug 120777 root:root ../../usr/bin/blahtexml.debug /usr/lib/debug/usr/bin/blahtexml.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: blahtexml-debuginfo = 0.9-alt2:sisyphus+223063.100.1.1 -File: /usr/lib/debug/.build-id/83 40755 root:root -File: /usr/lib/debug/.build-id/83/ae55c829be6e8a0cb244654d8252790ecf37e4 120777 root:root ../../../../bin/blahtexml -File: /usr/lib/debug/.build-id/83/ae55c829be6e8a0cb244654d8252790ecf37e4.debug 120777 root:root ../../usr/bin/blahtexml.debug -File: /usr/lib/debug/usr/bin/blahtexml.debug 100644 root:root 9fc048d787498cfd2454e17150514afa -RPMIdentity: 4ba13b5afc05b7793ea8a72e0aa72cc46928dff85e1f93f71d5d8fe7272c3a07ea1a46407fa7bae5b4d4a23b56c067dddb9ded0627f7007941e3ea5e5a4cd0da +File: /usr/lib/debug/.build-id/d2 40755 root:root +File: /usr/lib/debug/.build-id/d2/eece789dabff21c6490feeb70aca380ce60bda 120777 root:root ../../../../bin/blahtexml +File: /usr/lib/debug/.build-id/d2/eece789dabff21c6490feeb70aca380ce60bda.debug 120777 root:root ../../usr/bin/blahtexml.debug +File: /usr/lib/debug/usr/bin/blahtexml.debug 100644 root:root f8bde6782417b286a35129915c76b9ec +RPMIdentity: 59d826a29f36237b04bcbfa6fab258910feb4029afc7b106b3385e45e0e97a3d6bd7b0394646e81d0116ad32468b1f773659ec91344d26c68ceb33112ae7152d