Found some temporary 'std::move'.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
on: [push, pull_request]
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
release:
|
||||
types: [published, created, edited]
|
||||
|
||||
jobs:
|
||||
jobR:
|
||||
name: mlpack-R
|
||||
|
||||
@@ -85,6 +85,5 @@ SeeAlso::SeeAlso(
|
||||
const std::string& description, const std::string& link)
|
||||
{
|
||||
// Register this with IO.
|
||||
IO::GetSingleton().doc.seeAlso.push_back(std::move(
|
||||
make_pair(description, link)));
|
||||
IO::GetSingleton().doc.seeAlso.push_back(make_pair(description, link));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user