mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +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
|
#ifndef WSTRING_H
|
||||||
#define WSTRING_H
|
#define WSTRING_H
|
||||||
|
|
||||||
/*#include <string>
|
#include <stdint.h>
|
||||||
|
|
||||||
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 <iomanip>
|
#include <iomanip>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue