Thanks to visit codestin.com
Credit goes to github.com

Skip to content

warning: ‘template<class> class std::auto_ptr’ is deprecated #6

@kkoenen

Description

@kkoenen

While building wallet;

miner.cpp: In function ‘CBlock* CreateNewBlock(CWallet*, bool, int64_t*)’:
miner.cpp:116:5: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
    auto_ptr<CBlock> pblock(new CBlock());
    ^~~~~~~~

Although it doesn't seem to be a critical error, I'm going to go ahead and leave it here ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions