mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-29 18:56:19 +01:00
Use some C++17 features
This commit is contained in:
parent
45555c0e57
commit
0485e1877c
20 changed files with 170 additions and 245 deletions
|
|
@ -8,8 +8,7 @@
|
|||
|
||||
namespace Sirit {
|
||||
|
||||
LiteralString::LiteralString(const std::string& string_)
|
||||
: string(string_) {
|
||||
LiteralString::LiteralString(const std::string& string_) : string(string_) {
|
||||
operand_type = OperandType::String;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue