Changes between Version 16 and Version 17 of SoC2016
- Timestamp:
- Feb 18, 2016, 4:33:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2016
v16 v17 316 316 317 317 * A mathematically-inclined mind to correctly capture and define the (non-trivial) concepts involved. 318 * Good command of C++11. Code should ideally be C++03-compatible, with C++11 extra features (such as move semantics) leveraged where available.318 * Good command of C++11. Code should ideally be C++03-compatible, with C++11 features (such as move semantics) leveraged where available and emulated where possible. 319 319 * Fluency with template metaprogramming in general and [http://www.boost.org/libs/mpl/doc/index.html Boost.MPL] in particular. The metaprogramming and generic programming involved is quite hard: please take a look at Boost.Flyweight source code to get an idea of the level of complexity this calls for. 320 320 * Good command of the English language for documentation purposes.