Record Detail

Compile Error

In file included from /in/driver/main.cpp:8:0:
/in/kdtree.hpp: In instantiation of 'KDTree<std::tuple<_Elements ...>, ValueType>::KDTree(const KDTree<std::tuple<_Elements ...>, ValueType>&) [with ValueType = std::__cxx11::basic_string<char>; KeyTypes = {int, int, int}]':
/in/driver/main.cpp:145:69:   required from here
/in/kdtree.hpp:437:31: error: 'copy_from' was not declared in this scope
         this->root = copy_from(that.root, nullptr);
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/in/kdtree.hpp:437:31: note: suggested alternative: 'copyFrom'
         this->root = copy_from(that.root, nullptr);
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
                      copyFrom

Information

Submit By
Type
Submission
Homework
Project 3: K-D tree
Language
C++
Submit At
2022-11-25 16:56:32
Judged At
2022-11-25 16:56:32
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes