Project

General

Profile

Actions

Emulator Issues #261

closed

Common.h is a mess

Added by Sonicadvance1 over 15 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
Yes
Regression start:
Fixed in:

Description

Common.h is a completely horrid mess and it needs to be cleaned up.

Actions #1

Updated by Sonicadvance1 over 15 years ago

I don't wanna be the owner of this :P
Anyone who has time can clean it up.

Actions #2

Updated by XTra.KrazzY over 15 years ago

  • Status changed from New to Questionable

It's not such a mess at all! :)

Actions #3

Updated by omegadox over 15 years ago

It is a mess, it can cause simple C++ coding to break like the "<<" operater when you
do "cin << "x";" and if you try to concat 2 strings

Actions #4

Updated by Anonymous over 15 years ago

what? are you using std::cin, std::string, etc?

Actions #5

Updated by omegadox over 15 years ago

I was using the "<<" operater with ostringstream for some conversion.
And
std::string("Hello") + std::string(" World");

Actions #6

Updated by nakeee about 15 years ago

  • Status changed from Questionable to Work started

look at r2201

Actions #7

Updated by nakeee about 15 years ago

waiting for ector approval to merge

Actions #8

Updated by nakeee about 15 years ago

  • Status changed from Work started to Fixed
Actions

Also available in: Atom PDF