1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-21 06:23:26 +01:00
Atmosphere/stratosphere/libstratosphere/include
Léo Lam a097babe18 Replace std::make_tuple with simpler syntax (#77)
* boot2: Simplify g_additional_launch_programs

It appears that Stratosphère is targeting C++17. In C++17,
std::make_tuple is not required for initialisating a tuple anymore.
Same thing, but less typing

* Replace std::make_tuple with {}

More readable and less noise. Also fixes two missing return statements.
2018-05-05 11:41:39 -07:00
..
boost Stratosphere: Move boost/callable_traits into libstratosphere 2018-04-21 21:15:54 -06:00
stratosphere Replace std::make_tuple with simpler syntax (#77) 2018-05-05 11:41:39 -07:00
stratosphere.hpp ProcessManager: Implement core process management logic. 2018-05-03 23:58:37 -06:00