mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
Try to compile wstring
This commit is contained in:
parent
9e44de269c
commit
fec8aac53c
1 changed files with 1 additions and 11 deletions
|
@ -1,17 +1,7 @@
|
|||
#ifndef WSTRING_H
|
||||
#define WSTRING_H
|
||||
|
||||
/*#include <string>
|
||||
|
||||
class String : public std::string {
|
||||
public:
|
||||
String() : std::string() {}
|
||||
String(uint32_t val) : std::string(std::to_string(val)) {}
|
||||
String(double value, unsigned int decimalPlaces) : std::string(std::to_string(value)) {}
|
||||
String(const char* str) : std::string(str) {}
|
||||
};
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue