* installing *source* package 'intmap' ...
** this is package 'intmap' version '1.0.0'
** package 'intmap' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_07_01_01_50_01_1069/RtmpQBbnu4/R.INSTALL1fd07b77a1e/intmap/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c INTMAP.cpp -o INTMAP.o
In file included from D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/Module.h:524,
                 from D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp.h:69,
                 from intmap_types.h:4,
                 from INTMAP.cpp:2:
D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/module/class.h: In instantiation of 'void Rcpp::class_<Class>::SetFinalizer(finalizer_class*) [with Class = INTMAP; finalizer_class = Rcpp::CppFinalizer<INTMAP>]':
D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/module/class.h:507:13:   required from 'Rcpp::class_<Class>::self& Rcpp::class_<Class>::finalizer(void (*)(Class*)) [with Class = INTMAP; self = Rcpp::class_<INTMAP>]'
  507 |             SetFinalizer( new FunctionFinalizer<Class>( f ) ) ;
      |             ^~~~~~~~~~~~
INTMAP.cpp:39:17:   required from here
   14 |   class_<INTMAP>("INTMAP")
      |   ~~~~~~~~~~~~~~~~~~~~~~~~
   15 | 
      |                  
   16 |       .constructor<Rcpp::IntegerVector, Rcpp::List>()
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   17 |       .constructor<Rcpp::XPtr<intmapR>>()
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   18 | 
      |                  
   19 |       .field("ptr", &INTMAP::ptr)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   20 | 
      |                  
   21 |       .method("size", &INTMAP::size)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   22 |       .method("at", &INTMAP::at)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~
   23 |       .method("has_key", &INTMAP::has_key)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   24 |       .method("index", &INTMAP::index)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   25 |       .method("nth", &INTMAP::nth)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   26 |       .method("insert", &INTMAP::insert)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   27 |       .method("assign", &INTMAP::assign)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   28 |       .method("erase", &INTMAP::erase)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   29 |       .method("merase", &INTMAP::merase)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   30 |       .method("merge", &INTMAP::merge)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |       .method("keys", &INTMAP::keys)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |       .method("values", &INTMAP::values)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   33 |       .method("toList", &INTMAP::toList)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   34 |       .method("extract", &INTMAP::extract)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   35 |       .method("extract_inplace", &INTMAP::extract_inplace)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   36 |       .method("extract_by_erasing", &INTMAP::extract_by_erasing)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       .method("extract_by_erasing_inplace", &INTMAP::extract_by_erasing_inplace)
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   38 | 
      |                  
   39 |       .finalizer(&finalizer_of_intmap);
      |       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/module/class.h:517:42: warning: deleting object of polymorphic class type 'Rcpp::CppFinalizer<INTMAP>' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  517 |             if( ptr->finalizer_pointer ) delete ptr->finalizer_pointer ;
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/BH/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c intmapR.cpp -o intmapR.o
g++ -std=gnu++17 -shared -s -static-libgcc -o intmap.dll tmp.def INTMAP.o RcppExports.o intmapR.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_07_01_01_50_01_1069/RtmpQBbnu4/R.INSTALL1fd07b77a1e/intmap/src'
make[1]: Entering directory '/d/temp/2025_07_01_01_50_01_1069/RtmpQBbnu4/R.INSTALL1fd07b77a1e/intmap/src'
make[1]: Leaving directory '/d/temp/2025_07_01_01_50_01_1069/RtmpQBbnu4/R.INSTALL1fd07b77a1e/intmap/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-intmap/00new/intmap/libs/x64
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'intmap' as intmap_1.0.0.zip
* DONE (intmap)