User forums > Nightly builds

The 21 June 2009 build (5678) is out.

<< < (2/6) > >>

Grom:
What about new version? We have nighties forever...

stahta01:

--- Quote from: Grom on June 23, 2009, 05:54:21 pm ---What about new version? We have nighties forever...

--- End quote ---

Would it help if one of the Nightly snapshots was named an Beta every 6 months or so?

Tim S

Loaden:

--- Quote ---support vector debugging

--- End quote ---
std::vector<std::string> unwork!

oBFusCATed:
It should partially work.

Should show:

+ v
- - [size] = 3
- - [capacity] = 4
+ - [0]
+ - [1]
+ - [2]

The plus symbols mean that the entry can be expanded, so you can see the members of the string class.
Does that work?

dk:

--- Quote from: oBFusCATed on June 24, 2009, 12:00:33 pm ---It should partially work.

Should show:

--- End quote ---

No. It's show:


--- Code: ---A = Couldn't find method std::vector <std::basic_string <char, std::char_traits <char> , std::allocator <char> > , [... and so on]
--- End code ---

Where A is vector <string>.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version