[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] Branch lmi-so
From: |
Greg Chicares |
Subject: |
[lmi] Branch lmi-so |
Date: |
Sun, 18 Oct 2020 12:47:25 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
This branch generally moves "LMI_SO" to the left, e.g.:
-void LMI_SO authenticate_system();
+LMI_SO void authenticate_system();
but in 'basic_tables.cpp', "LMI_SO" is removed, e.g.:
-std::vector<double> LMI_SO irc_7702_q_builtin
+std::vector<double> irc_7702_q_builtin
Is that intentional, and if so, what's the reason?
- [lmi] Branch lmi-so,
Greg Chicares <=