Changes between Version 16 and Version 17 of SoC2016


Ignore:
Timestamp:
Feb 18, 2016, 4:33:21 PM (7 years ago)
Author:
Joaquín M López Muñoz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2016

    v16 v17  
    316316
    317317* 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.
    319319* 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.
    320320* Good command of the English language for documentation purposes.