User: morle

  • Public profile

User profile: morle

User info
User name:morle
History
Joined:
Number of posts:12
Latest posts:

Using a constant from another file in a typedef.
Hi, I can't show you the code since it's from work, it's copyrighted. However, I'm having the same p...

Using a constant from another file in a typedef.
I'm compiling with [i]-std=c++0x[/i]. [i]-std=c++11[/i] is not recognized. As for the object files o...

Using a constant from another file in a typedef.
Nope! I'm getting the errors I said in my previous post! [code] error: type/value mismatch at argum...

Using a constant from another file in a typedef.
Yes!! [code]typedef std::map<std::string,decltype(number)> MyMap;[/code] The other things are the ...

Using a constant from another file in a typedef.
Ok. I'm using now [i]g++ -std=c++0x[/i] and get this complaint: [code] error: type/value mismatch a...

This user does not accept Private Messages