Nantes Université

Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 60bfdd62 rédigé par justinjschaub's avatar justinjschaub Validation de GitHub
Parcourir les fichiers

Add std:: to resolve clang warn-error for arm64 (#116)

parent fd0695b8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -19,4 +19,5 @@
*.VC.*db*
pict
*.o
.DS_Store
\ No newline at end of file
.DS_Store
build
\ No newline at end of file
......@@ -278,7 +278,7 @@ PictAddParameter
std::vector<int> weights;
weights.reserve( valueCount );
weights.insert( weights.begin(), valueWeights, valueWeights + valueCount );
param->SetWeights( move( weights ));
param->SetWeights( std::move( weights ));
}
modelObj->AddParameter( param );
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter