mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
remove std:: from vector,unique_ptr,make_unique,array
This commit is contained in:
parent
2af4c9cd92
commit
ad4e1c9f4a
129 changed files with 1013 additions and 1033 deletions
|
|
@ -2,7 +2,8 @@
|
|||
#define OPENMC_STRING_UTILS_H
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "openmc/vector.h"
|
||||
|
||||
namespace openmc {
|
||||
|
||||
|
|
@ -16,7 +17,7 @@ void to_lower(std::string& str);
|
|||
|
||||
int word_count(std::string const& str);
|
||||
|
||||
std::vector<std::string> split(const std::string& in);
|
||||
vector<std::string> split(const std::string& in);
|
||||
|
||||
bool ends_with(const std::string& value, const std::string& ending);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue