1_374_546_20899.cpp: In function `high_precision operator+(high_precision, high_precision)':
1_374_546_20899.cpp:352: error: no matching function for call to `high_precision::high_precision(high_precision)'
1_374_546_20899.cpp:59: note: candidates are: high_precision::high_precision(int)
1_374_546_20899.cpp:47: note: high_precision::high_precision(std::string)
1_374_546_20899.cpp:18: note: high_precision::high_precision(high_precision&)
1_374_546_20899.cpp:364: error: no matching function for call to `high_precision::high_precision(high_precision)'
1_374_546_20899.cpp:59: note: candidates are: high_precision::high_precision(int)
1_374_546_20899.cpp:47: note: high_precision::high_precision(std::string)
1_374_546_20899.cpp:18: note: high_precision::high_precision(high_precision&)
1_374_546_20899.cpp: In function `high_precision operator-(high_precision, high_precision)':
1_374_546_20899.cpp:439: error: no matching function for call to `high_precision::high_precision(high_precision)'
1_374_546_20899.cpp:59: note: candidates are: high_precision::high_precision(int)
1_374_546_20899.cpp:47: note: high_precision::high_precision(std::string)
1_374_546_20899.cpp:18: note: high_precision::high_precision(high_precision&)
1_374_546_20899.cpp:440: error: no matching function for call to `high_precision::high_precision(high_precision)'
1_374_546_20899.cpp:59: note: candidates are: high_precision::high_precision(int)
1_374_546_20899.cpp:47: note: high_precision::high_precision(std::string)
1_374_546_20899.cpp:18: note: high_precision::high_precision(high_precision&)
1_374_546_20899.cpp: In function `int main()':
1_374_546_20899.cpp:450: error: no matching function for call to `high_precision::high_precision(high_precision)'
1_374_546_20899.cpp:59: note: candidates are: high_precision::high_precision(int)
1_374_546_20899.cpp:47: note: high_precision::high_precision(std::string)
1_374_546_20899.cpp:18: note: high_precision::high_precision(high_precision&)
1_374_546_20899.cpp:450: error: initializing temporary from result of `high_precision::high_precision(std::string)'
1_374_546_20899.cpp:450: error: no matching function for call to `high_precision::high_precision(high_precision)'
1_374_546_20899.cpp:59: note: candidates are: high_precision::high_precision(int)
1_374_546_20899.cpp:47: note: high_precision::high_precision(std::string)
1_374_546_20899.cpp:18: note: high_precision::high_precision(high_precision&)
1_374_546_20899.cpp:450: error: initializing temporary from result of `high_precision::high_precision(std::string)'
1_374_546_20899.cpp:451: error: no matching function for call to `high_precision::high_precision(high_precision)'
1_374_546_20899.cpp:59: note: candidates are: high_precision::high_precision(int)
1_374_546_20899.cpp:47: note: high_precision::high_precision(std::string)
1_374_546_20899.cpp:18: note: high_precision::high_precision(high_precision&)
|