skip to main
|
skip to sidebar
tech stuff
Thursday, February 11, 2010
C++ doesn't guarantee the order in which function arguments will be evaluated...
... so, in particular, if you find yourself doing something like this:
something = make_pair(read_bytes_as
(in), read_bytes_as
(in));
you might find yourself reading the
unsigned
and the
float
in the wrong order.
Newer Posts
Home
Subscribe to:
Posts (Atom)
Followers
Blog Archive
►
2011
(1)
►
March
(1)
▼
2010
(2)
►
November
(1)
▼
February
(1)
C++ doesn't guarantee the order in which function ...
About Me
jacob
View my complete profile