Пример #1
0
int main()
{
  test_modifiers();
  return boost::report_errors();
}
int test_main(int,char *[])
{
  test_modifiers();
  return 0;
}