- Adjustments to component system design.
- Added indexed parameters to format strings
This commit is contained in:
@@ -40,7 +40,8 @@ namespace test
|
||||
|
||||
inline void fennec_test_langproc_format() {
|
||||
|
||||
fennec_test_run(fennec::format("{}", "Hello World!"), string("Hello World!"));
|
||||
fennec_test_run(fennec::format("{}", "Hello World!"), string("Hello World!"));
|
||||
fennec_test_run(fennec::format("{0}", "Hello World!"), string("Hello World!"));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user