lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master a111350 6/6: C++17ize


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a111350 6/6: C++17ize
Date: Fri, 22 Jan 2021 21:55:55 -0500 (EST)

branch: master
commit a11135024b97a3cfb7cc62711c87a3a829ffd507
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    C++17ize
---
 product_file_test.cpp | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/product_file_test.cpp b/product_file_test.cpp
index 5c90d27..ea047cb 100644
--- a/product_file_test.cpp
+++ b/product_file_test.cpp
@@ -66,21 +66,14 @@ class product_file_test
     static void read_stratified_file() ;
     static void read_cached_files()    ;
 
-    static fs::path database_filename_   ;
-    static fs::path fund_filename_       ;
-    static fs::path lingo_filename_      ;
-    static fs::path policy_filename_     ;
-    static fs::path rounding_filename_   ;
-    static fs::path stratified_filename_ ;
+    inline static fs::path database_filename_   ;
+    inline static fs::path fund_filename_       ;
+    inline static fs::path lingo_filename_      ;
+    inline static fs::path policy_filename_     ;
+    inline static fs::path rounding_filename_   ;
+    inline static fs::path stratified_filename_ ;
 };
 
-fs::path product_file_test::database_filename_   ;
-fs::path product_file_test::fund_filename_       ;
-fs::path product_file_test::lingo_filename_      ;
-fs::path product_file_test::policy_filename_     ;
-fs::path product_file_test::rounding_filename_   ;
-fs::path product_file_test::stratified_filename_ ;
-
 void product_file_test::get_filenames()
 {
     policy_filename_     = filename_from_product_name("sample");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]