got rid of the STD_SHARED_XX std/tr1 defines
This commit is contained in:
parent
eb6465a619
commit
c1d06dd450
65 changed files with 219 additions and 257 deletions
|
@ -70,7 +70,7 @@ bool Db::docDups(const Doc& idoc, vector<Doc>& odocs)
|
|||
MD5HexPrint(digest, md5);
|
||||
|
||||
SearchData *sdp = new SearchData();
|
||||
STD_SHARED_PTR<SearchData> sd(sdp);
|
||||
std::shared_ptr<SearchData> sd(sdp);
|
||||
SearchDataClauseSimple *sdc =
|
||||
new SearchDataClauseSimple(SCLT_AND, md5, "rclmd5");
|
||||
sdc->addModifier(SearchDataClause::SDCM_CASESENS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue