Opened 10 years ago
Closed 10 years ago
#768 closed defect (fixed)
replace(string, string, string) is not implemented
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.10.3 |
Component: | utility | Version: | 0.10.2 |
Keywords: | Cc: |
Description
causing error when linking:
undefined reference to `theplu::yat::utility::replace(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)' collect2: ld returned 1 exit status
Note: See
TracTickets for help on using
tickets.
(In [3093]) implement replace(3), which fixes #768